mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
mount-hosts
This commit is contained in:
parent
786724a550
commit
fa91e711d8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ docker run \
|
|||
--security-opt seccomp:$REPO_ROOT/config/chrome/chrome.json \
|
||||
--tty \
|
||||
--volume /dev/shm:/dev/shm \
|
||||
--volume /etc/hosts:/etc/hosts \
|
||||
--volume /etc/localtime:/etc/localtime:ro \
|
||||
--volume /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
|
|
@ -37,7 +38,6 @@ docker run \
|
|||
--volume ${SSH_AUTH_SOCK-$HOME/.ssh/auth.sock}:$JACKSON_HOME/.ssh/auth.sock \
|
||||
--volume JACKSON_CONFIG_CHROME:$JACKSON_HOME/.config/google-chrome \
|
||||
--volume JACKSON_CONFIG_CODE:$JACKSON_HOME/.config/Code \
|
||||
--volume JACKSON_CONFIG_GITHUB:$JACKSON_HOME/.config/hub \
|
||||
--volume JACKSON_HOME:$JACKSON_HOME \
|
||||
--workdir $JACKSON_HOME \
|
||||
sabrehagen/desktop-environment:latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue