Skip to content

Commit

Permalink
Update to attempt fixing container restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-m-knox committed Jun 13, 2016
1 parent 79851a8 commit 00e8795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM hypriot/rpi-alpine-scratch
MAINTAINER Daniel S.
#MAINTAINER Daniel S.
MAINTAINER charles.m.knox@gmail.com

RUN apk update && apk upgrade && apk add bash samba-common-tools samba && rm -rf /var/cache/apk/*

Expand Down
2 changes: 1 addition & 1 deletion build_image.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build --no-cache -t dastrasmue/rpi-samba:v2 .
docker build --no-cache -t charlesmknox/rpi-samba:v2 .
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ EOH

fi
nmbd -D
exec ionice -c 3 smbd -FS --configfile="$CONFIG_FILE"
exec ionice -c 3 smbd -FS --configfile="$CONFIG_FILE" < /dev/null

0 comments on commit 00e8795

Please sign in to comment.