Skip to content

Instantly share code, notes, and snippets.

@bastisk
Last active March 27, 2018 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastisk/48caef03a4fde696d4b42d0c6665dec0 to your computer and use it in GitHub Desktop.
Save bastisk/48caef03a4fde696d4b42d0c6665dec0 to your computer and use it in GitHub Desktop.
Doing the stuff with command line
- Login to DockerRepo
docker login -u crskiotedgemunich -p <password> crskiotedgemunich.azurecr.io
- Build the image
cd C:\Users\work\Filtermodule
docker build .
- Tag the image
docker tag d6f919f623a2 crskiotedgemunich.azurecr.io/filtermodule:latest
- push the image
docker push crskiotedgemunich.azurecr.io/filtermodule:latest
- login with edgectl
iotedgectl login --address crskiotedgemunich.azurecr.io --username crskiotedgemunich --password <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment