Docker Restart Always Code Example


Example 1: docker restart


sudo systemctl restart docker

Example 2: docker run restart always


$ docker run --restart=always redis

Example 3: docker run restart on boot


$ docker run -d --restart unless-stopped <image>

Example 4: docker how to restart container at coputer startup


docker run -d --restart unless-stopped -p27017:27017 mongo

Example 5: docker machine keep restarting


# first step is checking the docker logs like this
docker logs --tail 50 --follow --timestamps <machine_name>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable