From 7db36776facc57c2eec350b3f3a01d0d7ba14e4b Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Sat, 4 Jan 2025 16:29:35 -0500 Subject: [PATCH] Move containers to fosrl --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6da5291..378db1c 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ all: build push build: - docker build -t fossorial/gerbil:latest . + docker build -t fosrl/gerbil:latest . push: - docker push fossorial/gerbil:latest + docker push fosrl/gerbil:latest 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