Skip to content

openclosed-dev/docksider

Repository files navigation

Docksider

Build Release

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

  1. Log in to your Azure container registry using Azure CLI.

    az login
    az acr login -n <registry>
  2. Upload a container image to the container registry, which is retrieved from the Docker daemon.

    docksider push <registry>/<image>:<tag>

About

A Docker-style CLI for pulling and pushing images directly to container registries, not via Docker daemon.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors