Day 19 - 90daysofDevops
Docker Volume & Docker Networks
Docker Volume:-
Docker allows mounting the filesystems as a volume to the containers. These volumes preserve all the data of the container and the data is persisted even if the container is deleted.
Docker allows you t...
bipulkumar.hashnode.dev3 min read