README.md in open-dock-0.1.2 vs README.md in open-dock-0.1.3

- old
+ new

@@ -173,12 +173,11 @@ * `--container CONTAINER_NAME` to configure one container (default: '--container all') By convention: * "root" is the user in all containers -* Each container configuration is defined in a Chef node: `nodes/[container_name].[host_name].json` -* Then you have to create all container name records in your DNS provider: `[container_name].[host_name] CNAME [host_name].` +* Each container configuration is defined in a Chef node: `nodes/[host_name]/[container_name].json` ## Commands Create/delete domain names, create/delete hosts and ship/unship hosts: @@ -189,11 +188,11 @@ * `ops exec HOST_NAME "COMMAND"` execute any command on a host remotely (i.e. ops exec example.com 'docker ps -a') * `ops ship HOST_NAME` run the containers in the host. * `ops unship HOST_NAME` * TODO: `ops reship HOST_NAME` unship/ship all containers from host. * `ops configure HOST_NAME` configure all containers with chef. -* TODO: `ops ssh [CONTAINER_NAME] HOST_NAME` ssh connection to host or container +* `ops ssh HOST_NAME [CONTAINER_NAME]` ssh connection to host or container ## Create your infrastructure project (/ops) OPS command is focused to cover first Provision configurations for a the Operations of your infrastructure. @@ -267,6 +266,11 @@ * Then you have to create all container name records in your DNS provider: `[container_name].[host_name] CNAME [host_name].` * If [host_name] include "localhost" string, it is assumed that containers are shipped on local workstation ### v0.1.2 -* Delete post-conditions from containers files. By default host credentials are passed to conainers. +* Delete post-conditions from containers files. By default host credentials are passed to conainers. + +### v0.1.3 + +* Chef containers configuration files goes to nodes/[host_name]/[container_name].json +* Create ssh connections commands: 'ops ssh [host_name] [container_name]' \ No newline at end of file