docksider

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: Apache-2.0

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

  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>
    

Directories

Path Synopsis
cmd
docksider command
internal
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL