Thank you for this contribution, and this is an exciting step toward getting better Docker integration with Juju. I had a couple of minor notes, but overall this seems good. +1
* The deployment instructions in the README are out of date and still direct to install --to flannel
* The Amulet tests contain `amulet.raise_status()` statements, which don't play well with the unittest.TestCase pattern. Those should be changed to `self.assertEqual()` or at least `self.fail()`.
Charles,
Thank you for this contribution, and this is an exciting step toward getting better Docker integration with Juju. I had a couple of minor notes, but overall this seems good. +1
* The deployment instructions in the README are out of date and still direct to install --to flannel
* The Amulet tests contain `amulet. raise_status( )` statements, which don't play well with the unittest.TestCase pattern. Those should be changed to `self.assertEqu al()` or at least `self.fail()`.