Sign inSign up

neytor/catcontainer

By neytor

Updated 13 days ago

¡Un gato en un contenedor, si, es un gato!

Image
Developer tools
Web servers
0

8.3K

neytor/catcontainer repository overview

🐱 Container Cat

Docker Pulls Docker Image Size GitHub Release GitHub Stars GitHub Actions License

nginx Docker Alpine GitHub Actions

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.

Container Cat

Uso rápido

docker run -d -p 8080:80 neytor/catcontainer

Abre http://localhost:8080 en tu navegador.

Docker Compose

services:
  catcontainer:
    image: neytor/catcontainer
    restart: always
    ports:
      - 8080:80

Arquitecturas soportadas

ArquitecturaPlataformaDispositivos compatibles
x86_64linux/amd64PCs, servidores, VMs
ARM 64-bitlinux/arm64Raspberry Pi 3/4/5, Orange Pi 5, Rock Pi, Apple Silicon
ARM 32-bit v7linux/arm/v7Raspberry Pi 2/3 (32-bit OS), Orange Pi Zero/Lite
# Pull para una arquitectura específica
docker pull --platform linux/arm64 neytor/catcontainer
🍊 Probado en
  • ✅ Raspberry Pi (arm64)
  • ✅ Orange Pi (armv7 / arm64)
  • ✅ Cualquier SBC con arquitectura ARM

Autor

yonier.com

Tag summary

Content type

Image

Digest

sha256:0cc921f45

Size

28 MB

Last updated

13 days ago

docker pull neytor/catcontainer