This config will describe a procedure of how to back up a Docker container as well as it will also show how to recover a Docker container from backup.
To understand the Docker container backup and recovery process we first need to understand the difference between docker image and docker container. A docker image contains an operating system with possibly one or more prefigured applications. Whereas, a docker container is a running instance created from an image.