Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 295 Bytes

build

docker build . -t ctnelson1997/cs571-badgerauth
docker push ctnelson1997/cs571-badgerauth

run

docker pull ctnelson1997/cs571-badgerauth
docker run --name=cs571_badgerauth -d --restart=always -p 37199:37199 -v /cs571/badgerauth:/cs571 ctnelson1997/cs571-badgerauth