module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 3, 2026
License: Apache-2.0
Opens a new window with license information.
README
¶
Docksider
A Docker-style CLI for pulling and pushing images directly to container registries, not via Docker daemon.
Configuration
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
Using with Azure Container Registry
-
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>
Directories
¶
cmd
|
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.