Skip to content

Commit

Permalink
Merge pull request #7 from redcanari/adding-dockerize-subcommand
Browse files Browse the repository at this point in the history
ENH: Added note on Docker
  • Loading branch information
allfro committed Aug 6, 2016
2 parents b6306aa + cf14bbb commit 18cbc4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class HelloWorld(Transform):
return response + Phrase("Hello " + request.entity.value)
```

## Canari Docker

You can now dockerize your remote transform packages using `canari dockerize-package`. This will create a Docker
container that runs Canari Plume fully configured with your remote transforms. You can easily distribute this container
to your Docker swarm. Check out the documentation on Docker [website](http://docker.com) for more information on how
containers work.

## Bug Reports & Questions
Please use the issues page to log any bugs or questions regarding the Canari Framework.

Expand Down

0 comments on commit 18cbc4e

Please sign in to comment.