mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-20 10:43:07 +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 |