write-ups-challenges-2019-2020/Padlock/docker.sh

10 lines
158 B
Bash
Raw Permalink Normal View History

2022-11-24 21:43:03 +00:00
#!/bin/bash
docker build -t padlock .
docker run -d \
-p 8000:80 \
--read-only \
--tmpfs /var/run \
--restart=unless-stopped \
padlock