This repository was archived by the owner on Sep 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Docker Toolbox DockerCon EU 2015 Demo Pack Edition
Jeffrey Morgan edited this page Nov 21, 2015
·
13 revisions
- Install the Docker Toolbox
- Download the Demo Pack Here
The demo pack installs two additional binaries:
-
docker-x
, docker experimental notary
First, set up a Docker Environment. The easiest way to do this is using the Docker Quickstart Terminal
applet bundled with the Docker Toolbox.
export DOCKER_CONTENT_TRUST=1
docker-x pull alpine
docker-x tag alpine <username>/alpine:latest
docker-x push <username>/alpine:latest
# you should be prompted to touch the yubikey and to create a password
notary key generate
notary key list
View the official Docker Content Trust docs
rm -r /usr/local/docker-experimental
rm /usr/local/bin/docker-x
rm /usr/local/bin/notary
- Toolbox Roadmap
- [DockerCon EU 2015 Demo Pack] (https://github.com/docker/toolbox/wiki/Docker-Toolbox-DockerCon-EU-2015-Demo-Pack-Edition)