Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed May 29, 2024
1 parent d280106 commit 3c9a38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/smk-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# smk-docker

```shell
DOCKER_BUILDKIT=1 docker image build --file=data/smk-docker/Dockerfile --platform linux/amd64 --progress=plain --tag jmfontaine/smk-dark-warrior:2 .
DOCKER_BUILDKIT=1 docker image build --file=data/smk-docker/Dockerfile --platform linux/amd64 --progress=plain --tag jmfontaine/smk-dark-warrior:<VERSION> .

docker run -it --rm --env GH_API_TOKEN --env TF_API_TOKEN --volume $PWD/config.yml:/app/config.yml --volume $PWD/tmp-docker:/app/tmp --volume /var/run/docker.sock:/var/run/docker.sock jmfontaine/smk-dark-warrior:2 <COMMAND>
docker run -it --rm --env GH_API_TOKEN --env TF_API_TOKEN --volume $PWD/config.yml:/app/config.yml --volume $PWD/vcs_config.csv:/app/vcs_config.csv --volume $PWD/tmp-docker:/app/tmp --volume /var/run/docker.sock:/var/run/docker.sock jmfontaine/smk-dark-warrior:<VERSION> <COMMAND>
```

0 comments on commit 3c9a38e

Please sign in to comment.