#!/bin/bash docker build -t padlock . docker run -d \ -p 8000:80 \ --read-only \ --tmpfs /var/run \ --restart=unless-stopped \ padlock