馃悰 bug report
Preflight Checklist
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:
"overrideCommand": false,
"privileged": true,
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
| Software |
Name/Version |
| 小odesandbox |
latest? |
| Browser |
Vivaldi |
| Operating System |
Fedora,/Windows,... |
馃悰 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
systemdor 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