Skip to content
Snippets Groups Projects
Commit 749c69b6 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

clean-up

parent 140ceba2
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@ FROM ubuntu:18.04
LABEL maintainer="suru.dissanaike@iopsys.eu"
LABEL build="docker build -t iopsys-codeanalysis ."
LABEL run="docker run -d --name codeanalysis --rm -v ${PWD}:/opt/work -e LOCAL_USER_ID=`id -u $USER` iopsys-codeanalysis"
LABEL exec="docker exec -it codeanalysis bash"
LABEL run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work iopsys-codeanalysis"
RUN \
......
......@@ -2,8 +2,7 @@ FROM ubuntu:18.04
LABEL maintainer="suru.dissanaike@iopsys.eu"
LABEL build="docker build -t iopsys-staticcodeanalysis ."
LABEL run="docker run -d --name staticcodeanalysis --privileged --rm -v ${PWD}:/opt/work -e LOCAL_USER_ID=`id -u $USER` iopsys-staticcodeanalysis"
LABEL exec="docker exec --user=user -it staticcodeanalysis bash"
LABEL run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work iopsys-staticcodeanalysis"
# docker build -t iopsys-staticcodeanalysis .
# docker images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment