Docker Pause and Docker Unpause

The commands docker pause <container_name> and docker unpause <container_name> are used to temporarily suspend or pause the running container. While running the docker pause command the memory will be there, but the running container will be stopped and while running the docker unpause command the paused container will resume and start with the pre-existing memory.

docker pause akilan
docker unpause akilan