“Docker Autostart Container Ubuntu podczas startupu” Kod odpowiedzi

Docker Autostart Container Ubuntu podczas startupu

# New container
$ docker run -d --restart unless-stopped your_container_name_here

# Existing container
$ docker update --restart unless-stopped your_container_name_here
27px

Jak pojemniki autostart w Ubuntu

$ docker update --restart unless-stopped $(docker ps -q)
Depressed Deer

Jak pojemniki autostart w Ubuntu

$ docker run -d --restart unless-stopped redis
Depressed Deer

Odpowiedzi podobne do “Docker Autostart Container Ubuntu podczas startupu”

Pytania podobne do “Docker Autostart Container Ubuntu podczas startupu”

Więcej pokrewnych odpowiedzi na “Docker Autostart Container Ubuntu podczas startupu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu