Wayland socket?
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk update && apk add --no-cache \
|
RUN apk update && apk add --no-cache \
|
||||||
git openssh helix bash bash-completion go curl \
|
git openssh helix bash bash-completion go curl \
|
||||||
helix-tree-sitter-vendor podman-compose
|
helix-tree-sitter-vendor podman-compose wl-clipboard
|
||||||
|
|
||||||
# tree-sitter-yaml, tree-sitter-caddy
|
# tree-sitter-yaml, tree-sitter-caddy
|
||||||
|
|
||||||
|
|||||||
2
enter.sh
2
enter.sh
@@ -21,9 +21,11 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
|
|||||||
--network host \
|
--network host \
|
||||||
-e HOST_HOME=$HOME \
|
-e HOST_HOME=$HOME \
|
||||||
-e SSH_AUTH_SOCK='/tmp/ssh.sock' \
|
-e SSH_AUTH_SOCK='/tmp/ssh.sock' \
|
||||||
|
-e XDG_RUNTIME_DIR='/tmp/xdg' \
|
||||||
-v /run/user/$UID/bus:/tmp/dbus.sock \
|
-v /run/user/$UID/bus:/tmp/dbus.sock \
|
||||||
-v /run/user/$UID/keyring/ssh:/tmp/ssh.sock \
|
-v /run/user/$UID/keyring/ssh:/tmp/ssh.sock \
|
||||||
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
|
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
|
||||||
|
-v /run/user/$UID/wayland-0:/tmp/xdg/wayland-0
|
||||||
-v $HOME/dev:/home/user/dev \
|
-v $HOME/dev:/home/user/dev \
|
||||||
-v v-$name:/home/user:copy \
|
-v v-$name:/home/user:copy \
|
||||||
--rm -td git.plabble.org/maurice/$name:main
|
--rm -td git.plabble.org/maurice/$name:main
|
||||||
|
|||||||
Reference in New Issue
Block a user