Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nilocoelhojunior/f5d7eecfcc17154f340f95de73712b95 to your computer and use it in GitHub Desktop.
Save nilocoelhojunior/f5d7eecfcc17154f340f95de73712b95 to your computer and use it in GitHub Desktop.
Docker Ubuntu Alpine fixes
### To Fixe
* docker stop CONTAINER_ID permission denied
* ERROR: unable to insert jump to DOCKER-ISOLATION rule in FORWARD chain: (iptables failed: iptables --wait -I FORWARD -j DOCKER-ISOLATION: iptables v1.6.0: Couldn't load target `DOCKER-ISOLATION':No such file or directory
`sudo systemctl restart docker` or `sudo service docker restart`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment