Skip to content

Commit

Permalink
trimmed docker requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
run2go committed Mar 3, 2024
1 parent 312bdf2 commit 648987e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

# Run docker requirements
containerd >/dev/null 2>&1 &
dockerd >/dev/null 2>&1 &

# Route all outgoing docker traffic through the wireguard interface, or not at all
iptables -A FORWARD -i wg0 -o docker0 -j ACCEPT
iptables -A FORWARD -i docker0 -o wg0 -j ACCEPT
Expand Down

0 comments on commit 648987e

Please sign in to comment.