run script

This commit is contained in:
Logan Garrett 2015-12-08 04:06:11 +00:00
commit fa82cfd5ab

9
docker_run.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
docker rm -f plexpy
docker pull lngarrett/plexpy:latest
docker run \
--name="plexpy" \
--publish=8181:8181 \
--restart="always" \
--detach=true \
lngarrett/plexpy