Canonical Sysadmins Docker Registry

Channel Revision Published Runs on
latest/stable 0 18 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy canonical-sysadmins-docker-registry
Show information

Platform:

Ubuntu
18.04 16.04

Learn about actions >

  • clean-containers

    Garbage collect non-running containers

  • clean-images

    Garbage collect non-running images

  • debug

    Collect debug data

  • push

    Tag and push an image to this repository.

    Params
    • image string

      Image name, which may include an optional :version string. If the version is omitted, docker will assume ':latest'. This may be an unqualified local image (e.g. pause-amd64:3.1) or a fully qualified remote URL (e.g. https://k8s.gcr.io/pause-amd64:3.1).

    • pull boolean

      Pull the given image before tag/push.

    • tag string

      Tag name to use. By default, images are tagged with 'net_location/name:version'.

    Required

    image

  • start

    Start a named docker container.

    Params
    • name string

      Name of the container to start. If not specified, the action will attempt to start the configured 'registry-name' container.

  • stop

    Stop a named docker container.

    Params
    • name string

      Name of the container to stop. If not specified, the action will attempt to stop the configured 'registry-name' container.

    • remove boolean

      Remove the named container after stopping.