Files
matchbox/docker-run
2015-12-21 11:34:37 -08:00

3 lines
187 B
Bash
Executable File

#!/bin/bash -e
docker run -p 8080:8080 --name=bootcfg --rm -v $PWD/data:/data:Z -v $PWD/images:/images:Z coreos/bootcfg:latest -address=0.0.0.0:8080 -data-path=/data -images-path=/images