update things
This commit is contained in:
parent
1324193f76
commit
fd422006c7
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run --stop-signal=37 -ti -v /sys/fs/cgroup:/sys/fs/cgroup -v /tmp/$(mktemp -d):/run docker.io/xena/fedora-systemd
|
||||
docker run --stop-signal=37 -ti -v /etc/machine-id:/etc/host-machine-id:ro -v /sys/fs/cgroup:/sys/fs/cgroup -v /tmp/$(mktemp -d):/run docker.io/xena/fedora-systemd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM xena/alpine:3.0
|
||||
FROM alpine:3.3
|
||||
|
||||
RUN apk update
|
||||
RUN apk add rtorrent rsync openssh
|
||||
|
@ -15,4 +15,3 @@ ADD rtorrent.rc /home/torrent/.rtorrent.rc
|
|||
USER torrent
|
||||
|
||||
VOLUME /torrents
|
||||
|
||||
|
|
Loading…
Reference in New Issue