¡Un gato en un contenedor, si, es un gato!
8.3K
Imagen Docker ultra-liviana basada en nginx:alpine con build multi-arquitectura y auto-release. Perfecta para Raspberry Pi, Orange Pi y cualquier placa ARM.

docker run -d -p 8080:80 neytor/catcontainer
Abre http://localhost:8080 en tu navegador.
services:
catcontainer:
image: neytor/catcontainer
restart: always
ports:
- 8080:80
| Arquitectura | Plataforma | Dispositivos compatibles |
|---|---|---|
| x86_64 | linux/amd64 | PCs, servidores, VMs |
| ARM 64-bit | linux/arm64 | Raspberry Pi 3/4/5, Orange Pi 5, Rock Pi, Apple Silicon |
| ARM 32-bit v7 | linux/arm/v7 | Raspberry Pi 2/3 (32-bit OS), Orange Pi Zero/Lite |
# Pull para una arquitectura específica
docker pull --platform linux/arm64 neytor/catcontainer
Content type
Image
Digest
sha256:0cc921f45…
Size
28 MB
Last updated
13 days ago
docker pull neytor/catcontainer