Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Docker Toolbox DockerCon EU 2015 Demo Pack Edition

Jeffrey Morgan edited this page Nov 15, 2015 · 13 revisions

Image

The Docker Toolbox DockerCon EU 2015 Demo Pack edition is a standard release of Docker Toolbox 1.9.0d that also includes support for hardware with Docker Content Trust. It installs the additional binary docker-x, a version of Docker Experimental.

Using the Docker Toolbox Demo Pack Edition

Simple Docker Push Signing Example

export DOCKER_CONTENT_TRUST=1
docker-x pull alpine
docker-x tag alpine <username>/alpine:latest
docker-x push <username>/alpine:latest

Generating a new key inside of your YubiKey

notary key generate

Listing keys inside of your YubiKey

notary key list

Uninstalling the additional demo pack content

rm -r /usr/local/docker-experimental
rm /usr/local/bin/docker-x
rm /usr/local/bin/notary
Clone this wiki locally