README.md in capistrano-container-0.0.4 vs README.md in capistrano-container-0.0.5
- old
+ new
@@ -4,10 +4,12 @@
This project is in an early stage but helps me alot dealing with my container deployments and keeps my code clean. It is not only ment for docker, but at the moment it only supports docker, feel free to contribute =)
This gem does not handle Dockerfiles or such things, for that there are enough capistrano modules available.
+Container auto detect if they should execute on local or remote depending on stage (see below).
+
## Installation
Add this lines to your application's Gemfile:
```ruby
@@ -141,17 +143,27 @@
# invokes a container specific task
def invoke(task_name)
```
+### local stage detection
+Local stage per default is named ```:local```. If you which to change do ```set :local_stage_name, :local``` in your stage config.
+
## TODO
* Write tests.
- * Implement provider pattern for other container manager.
+ * Implement adapter pattern for other container manager.
## Changes
+### Version 0.0.5
+ * container now auto detect if they should execute, download and upload on local or remote host.
+
### Version 0.0.4
* description
-
+
+### Version 0.0.3
+ * add local stage detection
+ * container autodetect if they should execute on local or remote host
+
### Version 0.0.3
* use sh instead of bash for docker exec
* use correct github url
### Version 0.0.2