We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My existing devcontainer.json relies on the entrypoint defined in the dockerfile, but this causes the startup to fail.
This means something like systemd or other init system can not be used. To enable this:
systemd
"overrideCommand": false, "privileged": true,
is set in the devcontainer.json. This works on a local machine, and on GitHub codespaces.
For example:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug report
Preflight Checklist
adheres to.
to file, without success.
Description of the problem
My existing devcontainer.json relies on the entrypoint defined in the dockerfile, but this causes the startup to fail.
How has this issue affected you? What are you trying to accomplish?
This means something like
systemd
or other init system can not be used. To enable this:is set in the devcontainer.json. This works on a local machine, and on GitHub codespaces.
To Reproduce
For example:
Link to sandbox: link (optional)
Your Environment
The text was updated successfully, but these errors were encountered: