Skip to content

Commit 21d66c0

Browse files
authored
Merge pull request #9 from artofhuman/master
Fix grammar in readme
2 parents 19cc44b + 2218b15 commit 21d66c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Docker Interaction Process
44

5-
CLI utility for straightforward provisioning and interacting with application configured by docker-compose.
5+
CLI utility for straightforward provisioning and interacting with an application configured by docker-compose.
66

7-
DIP also contains commands for running support containers such as ssh agent and dns server.
7+
DIP also contains commands for running support containers such as ssh-agent and DNS server.
88

99
## Installation
1010

@@ -93,7 +93,7 @@ Run commands each by each from `provision` section of dip.yml
9393

9494
### dip compose
9595

96-
Run docker-compose commands that is configured according with application dip.yml
96+
Run docker-compose commands that are configured according with application dip.yml
9797

9898
```sh
9999
dip compose COMMAND [OPTIONS]
@@ -103,7 +103,7 @@ dip compose up -d redis
103103

104104
### dip ssh
105105

106-
Runs ssh agent container base on https://github.com/whilp/ssh-agent with your ~/.ssh/id_rsa.
106+
Runs ssh-agent container base on https://github.com/whilp/ssh-agent with your ~/.ssh/id_rsa.
107107
It creates a named volume `ssh_data` with ssh socket.
108108
An applications docker-compose.yml should define environment variable `SSH_AUTH_SOCK=/ssh/auth/sock` and connect to external volume `ssh_data`.
109109

@@ -173,7 +173,7 @@ sudo killall -HUP mDNSResponder
173173

174174
By default, Docker creates a virtual interface named `docker0` on the host machine that forwards packets between any other network interface.
175175

176-
However, on OSX, this means you are not able to access the Docker network directly. To be able to do so, you need add a route and allow traffic from any host on the interface that connects to the VM.
176+
However, on OSX, this means you are not able to access the Docker network directly. To be able to do so, you need to add a route and allow traffic from any host on the interface that connects to the VM.
177177

178178
Run the following commands on your OSX machine:
179179

0 commit comments

Comments
 (0)