README.md in contexto-0.2.1 vs README.md in contexto-0.2.2
- old
+ new
@@ -101,9 +101,31 @@
# Running:
................................................E
```
+#### Shell on Docker host
+
+You can get an SSH shell on the Docker host too using the `--ssh` task.
+
+```shell
+$ contexto -c sandbox -s backend-app -t sidekiq --ssh
+
+ ** Contexto Contextualizes **
+━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+
+Last login: Sat Apr 1 18:58:38 2017 from ip-172-31-12-234.ec2.internal
+
+ __| __| __|
+ _| ( \__ \ Amazon ECS-Optimized Amazon Linux AMI 2016.09.f
+ ____|\___|____/
+
+For documentation visit, http://aws.amazon.com/documentation/ecs
+9 package(s) needed for security, out of 19 available
+Run "sudo yum update" to apply all updates.
+[ec2-user@ip-10-2-1-221 ~]$
+```
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).