DOCKER 01 - Instancia principal de docker
Ubicación
Como contenedor incus en brocoli
Servicios
docker ps --format "|| {{.ID}} || {{.Names}} || {{.Ports}} ||" | sort -t"|" -k4
| ID | Names | Ports | |
|---|---|---|---|
| 7147ee5f4f8e | chibisafe-caddy-1 | 443/tcp, 2019/tcp, 443/udp, 0.0.0.0:24424->80/tcp, [::]:24424->80/tcp | |
| 55f364ad1269 | chibisafe-chibisafe-1 | 8001/tcp, 8786/tcp | |
| 0525a5c77ed7 | chibisafe-chibisafe_server-1 | 8000/tcp, 8928/tcp | |
| f189c137a6b9 | dashy | 0.0.0.0:4000->8080/tcp, [::]:4000->8080/tcp | |
| 84ca428a32a8 | filestash | 0.0.0.0:8334->8334/tcp, [::]:8334->8334/tcp | |
| b97520207f50 | filestash_wopi | 0.0.0.0:9980->9980/tcp, [::]:9980->9980/tcp | |
| 6319a30c145e | gitea | 0.0.0.0:3000->3000/tcp, [::]:3000->3000/tcp, 0.0.0.0:222->22/tcp, [::]:222->22/tcp | |
| 0e63bbe3f513 | mealie | 0.0.0.0:9925->9000/tcp, [::]:9925->9000/tcp | |
| 4505303fafc3 | memos | 0.0.0.0:5230->5230/tcp, [::]:5230->5230/tcp | |
| a22dfde989c8 | scrutiny-influxdb-1 | 0.0.0.0:8086->8086/tcp, [::]:8086->8086/tcp | |
| 66fd7d53b6ab | scrutiny-web-1 | 0.0.0.0:8090->8080/tcp, [::]:8090->8080/tcp | |
| 6acd23d0844f | watchtower | 8080/tcp | cp |
Binds
Los binds de datos van contra /mnt/dockers/$NOMBRE_APP_DOCKER
docker inspect $(docker ps -aq) | jq -r '.[] | .Name as $name | .Mounts[] | "|| [\($name)] || \(.Type) || \(.Source[0:30]) || \(.Destination) ||"'
| Name | Type | Origen | Destino |
|---|---|---|---|
| [/scrutiny-web-1] | bind | /mnt/dockers/scrutiny/config | /opt/scrutiny/config |
| [/scrutiny-influxdb-1] | volume | /var/lib/docker/volumes/a09182 | /etc/influxdb2 |
| [/scrutiny-influxdb-1] | bind | /mnt/dockers/scrutiny/influxdb | /var/lib/influxdb2 |
| [/dashy] | bind | /mnt/dockers/dashy/conf.yml | /app/user-data/conf.yml |
| [/dashy] | bind | /mnt/dockers/dashy/icons | /app/user-data/item-icons |
| [/filestash] | volume | /var/lib/docker/volumes/filest | /app/data/state |
| [/chibisafe-caddy-1] | bind | /mnt/chibisafe/uploads | /app/uploads |
| [/chibisafe-caddy-1] | bind | /mnt/chibisafe/Caddyfile | /etc/caddy/Caddyfile |
| [/memos] | bind | /mnt/memos | /var/opt/memos |
| [/watchtower] | bind | /var/run/docker.sock | /var/run/docker.sock |
| [/gitea] | bind | /etc/localtime | /etc/localtime |
| [/gitea] | bind | /etc/timezone | /etc/timezone |
| [/gitea] | bind | /mnt/gitea | /data |
| [/mealie] | bind | /mnt/mealie | /app/data |
| [/chibisafe-chibisafe_server-1] | bind | /mnt/chibisafe/database | /app/database |
| [/chibisafe-chibisafe_server-1] | bind | /mnt/chibisafe/logs | /app/logs |
| [/chibisafe-chibisafe_server-1] | bind | /mnt/chibisafe/uploads | /app/uploads |
Detalles
Chibisafe
Averiguar si es necesario el triple contenedor que tiene asociado