7 lines
103 B
Bash
7 lines
103 B
Bash
|
docker run \
|
||
|
--rm -it \
|
||
|
--name gitbox \
|
||
|
-p 8080:80 \
|
||
|
-v $(pwd)/srv:/repos \
|
||
|
gitbox
|