Skip to content

[Data Science dev containers] Do they work with Podman? #1

Closed Locked Answered by benz0li
benz0li asked this question in Q&A
Discussion options

You must be logged in to vote

You must disable feature docker-outside-of-docker and are supposed to run the Dev Container as root. E.g. modify the devcontainer.json for Julia base as follows:

diff --git a/.devcontainer/julia-base/devcontainer.json b/.devcontainer/julia-base/devcontainer.json
index fe18c76..85c8410 100644
--- a/.devcontainer/julia-base/devcontainer.json
+++ b/.devcontainer/julia-base/devcontainer.json
@@ -28,9 +28,6 @@
 			"username": "vscode",
 			"userUid": "automatic",
 			"userGid": "automatic"
-		},
-		"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
-			"moby": false
 		}
 	},
 
@@ -52,8 +49,7 @@
 				"julialang.language-julia",
 				"dbaeumer.vscode-eslint",
 				"esbenp.prettier-v…

Replies: 0 comments 4 replies

Comment options

benz0li
Jun 27, 2023
Maintainer Author

You must be logged in to vote
0 replies
Comment options

benz0li
Jun 27, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by benz0li
Comment options

benz0li
Jun 27, 2023
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant