Skip to content

mdhack0316/docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose The Next level orchestration Engine

## Some Important points
  • launching and manaing multi container app
  • linking containers
  • a nice appoarch to start with microservices arch
  • different versions of compose files
  • concept of stack can deploy application in docker compose
  • compsoe file we can write in either in JSON or YAML
  • docker-compose is a kind of client of docker engine

Installation of docker-compose

you can install compose in LInux , Windows and MAC os

[link compose install] ('https://docs.docker.com/compose/install/')

This is also important to understand version of compose file

browse here

[compose file version] ('https://docs.docker.com/compose/compose-file/')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 57.9%
  • HTML 42.1%