Skip to content
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

Make docker run well from the start #1

Open
ClashTheBunny opened this issue Apr 26, 2020 · 0 comments
Open

Make docker run well from the start #1

ClashTheBunny opened this issue Apr 26, 2020 · 0 comments

Comments

@ClashTheBunny
Copy link
Owner

ClashTheBunny commented Apr 26, 2020

Solved with:

sudo ln -sf ldconfig ldconfig.real
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
sudo apt install nvidia-docker2

Causes these error messages:

nvidia-container-cli: ldcache error: open failed: /sbin/ldconfig.real: no such file or directory

and

sudo journalctl -xe -u docker | grep Error
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables: Operation not supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant