An open API service indexing awesome lists of open source software.

https://github.com/coderius/docker_guide

Docker usage and commands for web development
https://github.com/coderius/docker_guide

Last synced: about 1 month ago
JSON representation

Docker usage and commands for web development

Awesome Lists containing this project

README

          

# Docker guide
Docker usage and commands for web development

### Docker compose commands
* `docker-compose up -d` - create containers and start it
* `docker-compose start` - start builded containers
* `docker-compose stop` - stopping containers
* `docker-compose --build -d` - build or rebuild containers if docker-compose was changed