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

refactor docker file

parent 05595854
Branches
Tags
No related merge requests found
FROM ubuntu:18.04
LABEL maintainer="suru.dissanaike@iopsys.eu"
LABEL build="docker build -t iopsys-codeanalysis ."
LABEL run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work iopsys-codeanalysis"
LABEL build="docker build -t code-analysis ."
LABEL run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work code-analysis"
# docker build -t code-analysis .
# docker images
# docker tag <image id> iopsys/code-analysis:0.x
# docker push iopsys/code-analysis:0.x
RUN \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment