Jake Wharton
44d5546a7f
Remove apt cache and skip recommended packages
This reduces the layer size from 367MiB to 178MiB.
BEFORE:
```
$ docker history ea2d6da4cbdc
IMAGE CREATED CREATED BY SIZE COMMENT
ea2d6da4cbdc 27 seconds ago /bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.… 0B
2c7e3f0de3c8 27 seconds ago /bin/sh -c #(nop) COPY file:ad76fe44d1402628… 1.44kB
1a29ca960363 29 seconds ago /bin/sh -c apt-get update && apt-get install… 367MB
f643c72bc252 12 days ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B
<missing> 12 days ago /bin/sh -c mkdir -p /run/systemd && echo 'do… 7B
<missing> 12 days ago /bin/sh -c [ -z "$(apt-get indextargets)" ] 0B
<missing> 12 days ago /bin/sh -c set -xe && echo '#!/bin/sh' > /… 811B
<missing> 12 days ago /bin/sh -c #(nop) ADD file:4f15c4475fbafb3fe… 72.9MB
```
AFTER:
```
$ docker history c96da58d5a74
IMAGE CREATED CREATED BY SIZE COMMENT
c96da58d5a74 5 seconds ago /bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.… 0B
b821a8d478a9 5 seconds ago /bin/sh -c #(nop) COPY file:ad76fe44d1402628… 1.44kB
ac4b2f30261d 5 seconds ago /bin/sh -c apt-get update && apt-get instal… 178MB
f643c72bc252 12 days ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B
<missing> 12 days ago /bin/sh -c mkdir -p /run/systemd && echo 'do… 7B
<missing> 12 days ago /bin/sh -c [ -z "$(apt-get indextargets)" ] 0B
<missing> 12 days ago /bin/sh -c set -xe && echo '#!/bin/sh' > /… 811B
<missing> 12 days ago /bin/sh -c #(nop) ADD file:4f15c4475fbafb3fe… 72.9MB
```
4 years ago
Jordan Potter
8cecc764ba
Update README to recommend using an image tag
5 years ago
Jordan Potter
123557b6bb
Merge pull request #4 from bobbypage/ipv6
Only set ipv6 killswitch if ipv6 interface exists
5 years ago
bobbypage
c563bc848e
Only set ipv6 killswitch if ipv6 interface exists
5 years ago
Jordan Potter
f0d786c382
Merge pull request #3 from bobbypage/privileged
Remove need for running in privileged mode
5 years ago
bobbypage
5e16644902
Remove need for running in privileged mode
To remove the need for running privileged mode, set the necessary
`net.ipv4.conf.all.src_valid_mark=1` sysctl via docker and modify the
`/usr/bin/wg-quick` script from setting the sysctl
* Set `net.ipv4.conf.all.src_valid_mark=1` sysctl via docker `--sysctl`
* Set CAPs of NET_ADMIN and SYS_MODULE instead of using `--privileged`
* Check that `net.ipv4.conf.all.src_valid_mark=1` is set in entrypoint
script
Fixes #2
5 years ago
Jordan Potter
ac2b0180ae
Update example config file in README
5 years ago
Jordan Potter
141e0a3948
Pin Ubuntu version and update docs to require privileged mode
5 years ago
Jordan Potter
8cdbdd9bab
Add killswitch
6 years ago
Jordan Potter
e49e41b85f
Add troubleshooting instructions for asymmetric routing
6 years ago
Jordan Potter
0320555e9d
Correct scripts in README
6 years ago
Jordan Potter
3d28131872
Add Dockerfile and entrypoint script
6 years ago
Jordan Potter
fa70bb976d
Update README with instructions
6 years ago
Jordan Potter
3cbb38e5e9
Initial commit
6 years ago