mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
3 lines
128 B
Bash
Executable File
3 lines
128 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
docker run -p 8080:8080 --name=bootcfg --rm -v $PWD/images:/images dghubble/bootcfg:latest -address=0.0.0.0:8080 |