Add docker cli

This commit is contained in:
kenzuya
2026-03-11 01:06:40 +07:00
parent be613b4677
commit 1b3cbca031
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ RUN pacman -Syu --noconfirm && \
bash \ bash \
ca-certificates \ ca-certificates \
curl \ curl \
docker \
fish \ fish \
fuse3 \ fuse3 \
git \ git \

View File

@@ -29,6 +29,7 @@ services:
RCLONE_CACHE_MAX_SIZE: 4G RCLONE_CACHE_MAX_SIZE: 4G
RCLONE_EXTRA_ARGS: ${RCLONE_EXTRA_ARGS:-} RCLONE_EXTRA_ARGS: ${RCLONE_EXTRA_ARGS:-}
UNSHACKLE_APP_DIR: /opt/unshackle UNSHACKLE_APP_DIR: /opt/unshackle
DOCKER_HOST: ${DOCKER_HOST:-unix:///run/user/1000/docker.sock}
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
- NET_RAW - NET_RAW
@@ -41,6 +42,7 @@ services:
volumes: volumes:
- .:/workspace - .:/workspace
- /tmp:/tmp - /tmp:/tmp
- ${XDG_RUNTIME_DIR:-/run/user/1000}/docker.sock:${XDG_RUNTIME_DIR:-/run/user/1000}/docker.sock
- tailscale-state:/var/lib/tailscale - tailscale-state:/var/lib/tailscale
command: fish command: fish
firefox: firefox: