Descargar Imprimir esta página

Siemens SIMATIC NET SCALANCE LPE9403 Manual De Configuración página 106

Ocultar thumbs Ver también para SIMATIC NET SCALANCE LPE9403:

Publicidad

Linux-Shell
6.18 Docker
admin@lpe9403-VPN3185785:~$ sudo docker kill 517cd50861c5
517cd50861c5
admin@lpe9403-VPN3185785:~$ sudo docker ps -a
CONTAINER ID
517cd50861c5
81e3145b5f2b
6.18.6
Interrumpir la ejecución de un Docker Container
Para interrumpir un Docker Container en ejecución, ejecute el siguiente comando:
sudo docker pause <Container ID> [<Container ID> ...]
Ejemplo
El ejemplo incluye los tres pasos siguientes:
• Mostrar los Docker Container existentes en el dispositivo. La columna STATUS indica si un
Container se está ejecutando.
• Interrumpir los Docker Container con el ID 517cd50861c5.
• Comprobar el estado del Docker Container. La información (Paused) en la
columna STATUS indica que la ejecución del Docker Container se ha interrumpido.
admin@lpe9403-VPN3185785:~$ sudo docker ps -a
CONTAINER ID
517cd50861c5
81e3145b5f2b
admin@lpe9403-VPN3185785:~$ sudo docker pause 517cd50861c5
517cd50861c5
admin@lpe9403-VPN3185785:~$ sudo docker ps -a
CONTAINER ID
517cd50861c5
81e3145b5f2b
106
Exited (0) 45 hours ago
IMAGE
COMMAND
httpd
"httpd-foreground"
hello-world
"/hello"
STATUS
Exited (137) 58 seconds ago
Exited (0)
45 hours ago
IMAGE
COMMAND
httpd
"httpd-foreground"
hello-world
"/hello"
STATUS
Up 5 minutes
Exited (0) 45 hours ago
IMAGE
COMMAND
httpd
"httpd-foreground"
hello-world
"/hello"
STATUS
Up 5 minutes (Paused)
Exited (0) 45 hours ago
frosty_rhodes
CREATED
20 hours ago
5 days ago
PORTS
NAMES
exciting_franklin
frosty_rhodes
CREATED
20 hours ago
5 days ago
PORTS
NAMES
80/tcp
exciting_franklin
frosty_rhodes
CREATED
20 hours ago
5 days ago
PORTS
NAMES
80/tcp
exciting_franklin
frosty_rhodes
Manual de configuración, 10/2023, C79000-G8978-C600-05
SCALANCE LPE9403 V3.0

Publicidad

loading