README.md in indocker-0.1.8 vs README.md in indocker-0.1.9
- old
+ new
@@ -1,19 +1,30 @@
# InDocker
+[](https://app.codeship.com/projects/404716)
+
Docker Containers Deployment
## Installation
```
$ gem install indocker
```
-## Development: Launch example app
+## Development: Launch example app locally
```ruby
cd example
-bundle exec indocker/bin/deploy -C dev -c ruby -d
+indocker/bin/deploy -C dev -c ruby -d
+```
+
+## Development: Launch example with external host
+
+NOTE: Default external host requires extra permissions.
+
+```ruby
+cd example
+indocker/bin/deploy -C external -c ruby -d
```
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).