Error: Docker Error response from daemon: Container id is not running

Issue The following lines is an example of how to reproduce this error. # Pull the latest version of alpine image from docker hub ➜ docker pull alpine # Create a container from the alpine image and get on to the terminal of that container ➜ docker run -it --name alpine_bash alpine ash ➜ exit # in