Dev Container isn't bootstrapping properly (VScode, macOS, Docker Desktop) #8698
Unanswered
ELLIOTTCABLE
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I never tested the dev container on macos. The intention with it was to run vscode in your browser, in a linux container. We have another docker file in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying out the Dev Container from #8220; but it's failing to boot past the
opam init
on macOS. ThepostCreateCommand
is failing due to file permissions:Full log:
The notable part is the error from
git ls-files
:Running the suggested command within the container, then manually re-running the
postCreateCommand
, results in a different permission error during Dune's bootstrapping itself:Full log:
I'm not sure if the fix should be in Dune's
devcontainer.json
or in @avsm'savsm/ocaml-devcontainers-feature
? Hopefully I'm posting this in a useful place. 😩Hardware: Apple MacBook Pro, Apple Silicon M1 Pro
OS: macOS Ventura 13.5.2
Editor: VScode 1.82.2
Docker: 24.0.6
Beta Was this translation helpful? Give feedback.
All reactions