Skip to content

Commit

Permalink
Upgrade to Ubuntu 20.04 (focal)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Dec 8, 2020
1 parent 2b499fb commit 9ef241e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ------------------------------------------------------------------------------
# Pull base image
FROM ubuntu:bionic
FROM ubuntu:focal
MAINTAINER Brett Kuskie <[email protected]>

# ------------------------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A small docker image running rtorrent with openvpn

## Base Docker Image
[Ubuntu](https://hub.docker.com/_/ubuntu) 18.04 (x64)
[Ubuntu](https://hub.docker.com/_/ubuntu) 20.04 (x64)

## Software
[rtorrent](https://rakshasa.github.io/rtorrent/) - An ncurses-based bittorrent application \
Expand Down Expand Up @@ -43,7 +43,8 @@ docker run -it \
Run the image using the default port with OpenVPN \
Make sure that your myconnection.ovpn exists in /srv/docker/rtorrent/config/
```
docker run -it --cap-add=NET_ADMIN --device /dev/net/tun \
docker run -it \
--cap-add=NET_ADMIN --device /dev/net/tun \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
-e OVPNCFG='myconnection.ovpn' \
-e OVPNSLEEPTIME='9' \
Expand Down

0 comments on commit 9ef241e

Please sign in to comment.