Set up and push fully configured vs code container

This commit is contained in:
Michael Hohn
2024-09-12 14:05:59 -07:00
committed by =Michael Hohn
parent 34958e4cf4
commit 8dd6c94918
2 changed files with 19 additions and 4 deletions

View File

@@ -23,4 +23,5 @@ csi-push: csi
csi-test:
docker pull ghcr.io/hohn/${CSI_TARGET}
docker run --rm -it --name test-code-server-codeql ghcr.io/hohn/${CSI_TARGET} sh
docker run --rm -d -p 9080:9080 --name test-code-server-codeql\
ghcr.io/hohn/${CSI_TARGET}