Skip to content

Commit

Permalink
chore: comment in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Apr 4, 2024
1 parent 0ab2bb7 commit 1065264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ CMD ["python", "./cloudit.py"]

################################# EXAMPLES #################################
# example command to build the image locally:
# docker build -t my-registry/cspm/cloudit:0.0.12 .
# docker build -t cloudit:latest .

# example command to pull the image from registry:
# docker pull my-registry/cspm/cloudit:0.0.12
# example command to pull the image from github registry:
# docker pull ghcr.io/rooted-io/cloudit:0.0.8

# example command to run the container:
# docker run -it --rm -v /Users/rago/Desktop/personal/GITHUB/cloudit/cloudit/:/app/ -v /Users/rago/Desktop/personal/GITHUB/cloudit/cloudit/credentials:/app/credentials my-registry/cspm/cloudit:0.0.12
# docker run -it --rm -v /Users/rago/Desktop/personal/GITHUB/cloudit/cloudit/:/app/ -v /Users/rago/Desktop/personal/GITHUB/cloudit/cloudit/credentials:/app/credentials ghcr.io/rooted-io/cloudit:0.0.8
#############################################################################

0 comments on commit 1065264

Please sign in to comment.