Skip to content

Commit

Permalink
Document fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Apr 30, 2023
1 parent 490a1c8 commit 9adb90d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,9 @@ jobs:
with:
name: ${{ inputs.artifact_prefix }}${{ steps.verify.outputs.pkg }}_${{ env.OS_NAME }}_${{ env.OS_REL }}_${{ matrix.target }}

# Fix iptables so that LXC containers can connect out after Docker sets FORWARD to DROP by default
# https://discuss.linuxcontainers.org/t/lxd-losts-iptables-rules-with-docker/15045/6.
# This wasn't needed with Ubuntu 20.04 but is needed with Ubuntu 22.04.
- name: Fix firewall for LXD
run: |
sudo iptables -I DOCKER-USER -i lxdbr0 -j ACCEPT
Expand Down

0 comments on commit 9adb90d

Please sign in to comment.