Descargar Imprimir esta página

Siemens SCALANCE LPE V2.1 Manual De Configuración página 87

Publicidad

5.17.1
Mostrar Docker Containers guardados 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
ago
(continuación del contenido)
STATUS
Exited (0) 4 hours ago
5.17.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 LPE V2.1
Manual de configuración, 02/2023, C79000-G8978-C600-04
IMAGE
hello-world
PORTS
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"
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
5.17 Docker
CREATED
4 hours
87

Publicidad

loading