When your containers exits, you can use restart policies to automatically restart it. You can use this to create containers that will start automatically when you computer restarts. Restart Policies Here are the basics: --restart no means that docker will never restart your container. restart on-failure[:max-retries] …
Read More