项目作者: jrbeverly

项目描述 :
office-depot is a container based software development stack.
高级语言: Dockerfile
项目地址: git://github.com/jrbeverly/office-depot.git
创建时间: 2018-11-02T00:52:22Z
项目社区:https://github.com/jrbeverly/office-depot

开源协议:MIT License

下载


office-depot

Summary

office-depot is a container based software development stack.

Getting Started

Getting started is as simple as using docker-compose. You can do so as such:

  1. docker-compose up --env-file=office-depot.env -d

Updating and Upgrading

If you wish to upgrade the container stack, you need to run the following commands:

  1. docker-compose stop
  2. docker-compose rm -v
  3. docker-compose pull

You can then start the docker environment.

  1. docker-compose up --env-file=office-depot.env -d

Cleaning

After upgrading, you can be left with unused images or containers. To remove all unused containers, volumes, networks and images (both dangling and unreferenced), you can use the following command:

  1. docker system prune

Running this after upgrade will ensure that any dangling images are cleaned up free up valuable disk space.

Acknowledgements

The project icon is retrieved from the Noun Project. The original source material has been altered for the purposes of the project. The icon is used under the terms of the Public Domain.

The project icon is by Marco Olgio from the Noun Project.