mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-14 21:55:46 +03:00
chore(devcontainer): add connection from devcontainer to docker registry (#43)
This commit is contained in:
parent
7f3910039b
commit
b40e0dd4a1
2 changed files with 16 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
"version": "1.8.2"
|
||||
}
|
||||
},
|
||||
// Additional arguments when starting the container
|
||||
"runArgs": ["--add-host=host.docker.internal:host-gateway"],
|
||||
// Create symbolic link for forge data dir mount
|
||||
"initializeCommand": "${localWorkspaceFolder}/.devcontainer/prepare_mount.sh",
|
||||
// Container user definition - This is needed for compatibility with podman -> https://github.com/containers/podman/issues/15001#issuecomment-1193321924
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue