update things

This commit is contained in:
Cadey Ratio 2016-06-10 12:44:06 -07:00
parent 1324193f76
commit fd422006c7
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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