docker #3

  • By mattyw
  • Latest version (#3)
  • precise
  • Stable
  • Edge

Description

Deploy docker

Introduction

Docker Charm.
After deploying try sending a dockerfile to the unit:
juju scp docker-file docker/0:/home/ubuntu
Then ssh into the unit and build the file
sudo docker build -t <- docker-file