Docker Volumes
- Refer Here for the article on docker volumes
- The problem in containers is with the write layer of the container. This layer gets deleted when the container is deleted.
- If we are running any application on the container & the data generated by contianer is important or should be available even after the container is deleted, we need to use Docker Volumes
- Refer to the class room video for the commands/examples done
Docker Networking
- refer the following articles
- Networking 1 Refer Here
- Swarm Refer Here
- networking 2 Refer Here
- Docker swarm

