Day 18 Task: Docker for DevOps Engineers
Manish Negi
Aspiring DevOps Engineer | AWS | Linux | Bash Scripting | Docker | Git | Kubernetes | Jenkins
Day 18 Task: Docker for DevOps Engineers
Till created Docker file and pushed it to the Repository. Let's move forward and dig more into other Docker concepts.
Docker Compose
What is YAML?
How to run Docker commands without sudo?
Install Docker Compose
$ sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
Task-1
Learn how to use the docker-compose.yml file, to set up the environment, configure the services and links between different containers, and also to use environment variables in the docker-compose.yml file.
领英推荐
Task-2
For reference you can watch this?video