Skip to content
Snippets Groups Projects
Commit 438b3eb7 authored by Lansana DIOMANDE's avatar Lansana DIOMANDE
Browse files

feat: mount user hosts to devcontainer hosts

parent d53cb9e4
No related branches found
No related tags found
2 merge requests!14feat: added mounted, .bashrc, .zshrc, added tests, added keycloak tests,!8feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
......@@ -73,6 +73,7 @@ export default class Mission {
mounts: [
`source=${userSshKeyFolderPath},target=/tmp/.ssh,type=bind,consistency=cached,readonly`,
`source=${this.userMissionConfigPath},target=/home/config/,type=bind,consistency=cached,readonly`,
'source=/etc/hosts,target=/etc/hosts,type=bind,consistency=cached,readonly',
],
userEnvProbe: 'interactiveShell',
settings: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment