-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add note on devcontainer building #304
Conversation
README.md
Outdated
> On linux, Podman and rootless Docker have been found to cause issues. | ||
> Ensure that you are using **rootful Docker** to save yourself loads of trouble. | ||
> | ||
> Additionally, on linux, you might encounter issues with `iptables`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the part is rather specific to Fedora. Probably best to mention that some of the stuff is specific to that.
E.g On Arch the iptables
package is already the "legacy" one.
Afaik on Ubuntu the package is also called iptables-legacy
.
There isn't a need to specify it for all flavors, just mention that the example you specified is specific to Fedora
README.md
Outdated
> On linux, Podman and rootless Docker have been found to cause issues. | ||
> Ensure that you are using **rootful Docker** to save yourself loads of trouble. | ||
> | ||
> Additionally, on linux, you might encounter issues with `iptables`. | ||
> Execute the following on the host prior to building the devcontainer: | ||
> ```bash | ||
> sudo dnf install -y iptables-legacy | ||
> sudo modprobe ip_tables | ||
> echo 'ip_tables' | sudo tee /etc/modules | ||
> ``` | ||
> | ||
> *To further debug dind, consult `/tmp/dockerd.log` in the container.* | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> On linux, Podman and rootless Docker have been found to cause issues. | |
> Ensure that you are using **rootful Docker** to save yourself loads of trouble. | |
> | |
> Additionally, on linux, you might encounter issues with `iptables`. | |
> Execute the following on the host prior to building the devcontainer: | |
> ```bash | |
> sudo dnf install -y iptables-legacy | |
> sudo modprobe ip_tables | |
> echo 'ip_tables' | sudo tee /etc/modules | |
> ``` | |
> | |
> *To further debug dind, consult `/tmp/dockerd.log` in the container.* | |
> On linux, Podman and rootless Docker have been found to cause issues. | |
> (...) | |
> Please refer to official documentation under: https://docs.docker.com/engine/install/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addendum incorporated in 5025f5f
Summary
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog