Skip to content

Commit

Permalink
feat(build): mount t to docker
Browse files Browse the repository at this point in the history
Signed-off-by: zztaki <[email protected]>
  • Loading branch information
zztaki committed Dec 25, 2023
1 parent b184f47 commit 3fa1350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/docker_opts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ g_docker_opts=(
"-v /etc/sudoers.d/:/etc/sudoers.d/"
"-v /etc/sudoers:/etc/sudoers:ro"
"-v /etc/shadow:/etc/shadow:ro"
"-v /etc/hosts:/etc/hosts"
"-v /var/run/docker.sock:/var/run/docker.sock"
"-v /root/.docker:/root/.docker"
"--ulimit core=-1"
Expand Down

0 comments on commit 3fa1350

Please sign in to comment.