mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-26 23:06:41 +00:00
Move containers to fosrl
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,10 +2,10 @@
|
|||||||
all: build push
|
all: build push
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t fossorial/gerbil:latest .
|
docker build -t fosrl/gerbil:latest .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push fossorial/gerbil:latest
|
docker push fosrl/gerbil:latest
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker run -it -p 3002:3002 -v ./config_example.json:/config/config.json --cap-add=NET_ADMIN --cap-add=SYS_MODULE gerbil --config /config/config.json
|
docker run -it -p 3002:3002 -v ./config_example.json:/config/config.json --cap-add=NET_ADMIN --cap-add=SYS_MODULE gerbil --config /config/config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user