Skip to content

Commit

Permalink
Docker docs (#95)
Browse files Browse the repository at this point in the history
* Add note about docker usage
  • Loading branch information
sahejsingh authored Feb 20, 2018
1 parent 5fa3f58 commit 340a072
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@ Now you can execute Sysl on the command line with ::

See ``sysl --help`` and ``reljam --help`` for more options.

Docker Users can pull the docker image ::

> docker pull anzbank/sysl:vX.Y.Z

Consider tagging docker image to make commands shorter ::

> docker tag anzbank/sysl:vX.Y.Z sysl

Note the image tag in ``anzbank/sysl:vX.Y.Z``.
Replace the tag with the latest tag from `https://hub.docker.com/r/anzbank/sysl/tags/`.

Try the following commands ::

> docker run sysl
> docker run sysl sysl -h
> docker run sysl reljam -h

Development
-----------
Install dependencies and the ``sysl`` package with symlinks ::
Expand Down

0 comments on commit 340a072

Please sign in to comment.