DEV Community

Onkar Salunke
Onkar Salunke

Posted on

Docker Learning

What I learned today is here
1.What is docker compose?
2.how to write multistage dockerfile?
3.docker monitoring

Hands-on practice to remember the learned concepts.

1.volume
a. bind mount
b. named volume
2.network
a. custom (driver bridge)

We can monitor our container with the help of** nohup** with attach command. It stores all the output of the container in a file called nohup.out.

nohup docker attach [conatainer_name] &

Excited to keep growing and learning every day on this journey!

Top comments (0)