A Docker-style CLI for pulling and pushing images directly to container registries, not via Docker daemon.
Set up the environment variables in Windows.
| name | value |
|---|---|
| DOCKER_COMMAND | the full path to this executable including filename |
| DOCKER_HOST | the URL of the Docker daemon specified in the format tcp://<address>:<port> |
Note that the Docker daemon must be up and running on the specified address and port.
See Configure remote access for Docker daemon
-
Log in to your Azure container registry using Azure CLI.
az login az acr login -n <registry>
-
Upload a container image to the container registry, which is retrieved from the Docker daemon.
docksider push <registry>/<image>:<tag>