Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 571 Bytes

File metadata and controls

16 lines (9 loc) · 571 Bytes

Docker Workload Containers

We include Docker packages on the admin node so that you can use Docker to for test and demos.

Prep your dev environment

These steps create a registery on your local host environment that is used to pull containers into your latest Crowbar Admin node.

  1. Install Docker (apt-get install lxc-docker)
  2. Get a local registery (docker pull samalba/docker-registry)
  3. this will take some time to download files, be patient

Setup Containers on the Admin Server

  1. Install Docker on Admin Node (apt-get install lxc-docker)