Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Docs to go with the 0.1.0 release #14

Merged
merged 6 commits into from
Mar 31, 2016
Merged

Commits on Mar 24, 2016

  1. Module Restructuring

    This commit restructures the core of charms.docker to follow the python best practice of import modules in the __init__.py file for a nicer UX
    
    You can now import like so:
    
    `from charms.docker import Compose`
    or
    `from charms.docker import DockerOpts`
    
    This also brings with it a pretty hefty update to the Compose class, implementing methods and tests for the following methods:
    
     - start
    - stop
    - pull
    - restart
    - build
    - scale
    
    It also splits apart the private __run method into a separate module known as 'runner'.
    Charles Butler committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    9998ecd View commit details
    Browse the repository at this point in the history
  2. Adds VERSION file to track project version

    Charles Butler committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    db2fdb9 View commit details
    Browse the repository at this point in the history
  3. bump to 0.1.0 per PR

    Charles Butler committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    3de5650 View commit details
    Browse the repository at this point in the history
  4. Docs to accompany the 0.1.0 release

    Charles Butler committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    aaad87f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    928d11c View commit details
    Browse the repository at this point in the history
  2. Correct the incorrect unix sockets

    Charles Butler committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    26debea View commit details
    Browse the repository at this point in the history