Descargar Imprimir esta página

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

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

Publicidad

6.18.1
Mostrar Docker Container configurados en el dispositivo
Para visualizar los Docker Containers guardados en el dispositivo, ejecute el siguiente comando:
sudo docker ps -a
Ejemplo
admin@lpe9403-VPM7001325:~$ sudo docker ps -a
[sudo] password for admin: ************
CONTAINER ID
c25a1df191f9
6.18.2
Iniciar un Docker Container
Para iniciar un Docker Container, ejecute el siguiente comando:
sudo docker start <Container ID | Container Name> [Container ID |
Container Name] ...
Ejemplo
El ejemplo incluye los tres pasos siguientes:
• Mostrar los Docker Container existentes en el dispositivo.
• Iniciar el Docker Container httpd.
• Compruebe si se ha realizado el inicio.
admin@lpe9403-VPN7001325:~$ sudo docker ps -a
CONTAINER ID
517cd50861c5
81e3145b5f2b
admin@lpe9403-VPN7001325:~$ sudo docker start 517cd50861c5
517cd50861c5
admin@lpe9403-VPN7001325:~$ sudo docker ps -f "status=running"
CONTAINER ID
517cd50761c5
81e3145b5f2b
SCALANCE LPE9403 V3.0
Manual de configuración, 10/2023, C79000-G8978-C600-05
IMAGE
hello-world
STATUS
Exited (0) 4 hours ago
IMAGE
COMMAND
httpd
"httpd-foreground"
hello-world
"/hello"
STATUS
Exited (0) 32 minutes ago
Exited (0) 26 hours ago
IMAGE
COMMAND
httpd
"httpd-foreground"
hello-world
"/hello"
STATUS
Up 3 seconds
Exited (0) 45 hours ago
COMMAND
"/hello"
PORTS
NAMES
trusting_curran
CREATED
34 minutes ago
5 days ago
PORTS
NAMES
exciting_franklin
frosty_rhodes
CREATED
35 minutes ago
5 days ago
PORTS
NAMES
80/tcp
exciting_franklin
frosty_rhodes
Linux-Shell
6.18 Docker
CREATED
4 hours ago
103

Publicidad

loading