Skip to content

Commit

Permalink
Build and push docker image to containers registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Oct 4, 2024
1 parent 839bfd4 commit dc368e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docker pull azcopycontainers.azurecr.io/<imagename>:<tag>

5. Run the Image

docker run azcopycontainers.azurecr.io/<imagename>:<tag> --exec azcopy copy <source> <destination>
docker run --rm -it -v /local/path/to/mount:/container/path azcopycontainers.azurecr.io/<imagename>:<tag> --exec azcopy copy <source> <destination>

0 comments on commit dc368e4

Please sign in to comment.