For the complete documentation index, see llms.txt. This page is also available as Markdown.

Docker

Docker Remoto

Conectarse:

docker -H 10.10.45.169 images

Obtener Shell:

docker -H 10.10.45.169 run -v /:/mnt --rm -it nginx chroot /mnt bash

Last updated