Skip to content

Commit

Permalink
github: tune docker firewall disablement to work on 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent 6aff890 commit 4c5bdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo apt-get autopurge moby-containerd docker uidmap -y
sudo ip link delete docker0
sudo nft flush ruleset
sudo nft flush ruleset || sudo iptables -I DOCKER-USER -j ACCEPT
sudo snap refresh lxd || sudo snap install lxd
sudo adduser "$USER" lxd
Expand Down

0 comments on commit 4c5bdad

Please sign in to comment.