Add docker cli
This commit is contained in:
@@ -17,6 +17,7 @@ RUN pacman -Syu --noconfirm && \
|
|||||||
bash \
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
docker \
|
||||||
fish \
|
fish \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
git \
|
git \
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user