This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 233a324 How to start Docker
233a324 is described below
commit 233a3248ee8b32c3c721581c090480cf9770c068
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 1 13:33:27 2019 +0000
How to start Docker
---
DOCKER.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DOCKER.md b/DOCKER.md
index 14d844c..2d4fed6 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -20,7 +20,7 @@ macOS](https://download.docker.com/mac/stable/Docker.dmg)
(this avoids the
need to login to Docker Hub), or install via:
$ brew cask install docker
- $ open /Applications/Docker.app
+ $ open /Applications/Docker.app # this starts Docker
A development class machine and a high speed internet connection would
be in order. Some things appear to perform well, other things perform
@@ -56,7 +56,7 @@ Installation instructions
* `git clone [email protected]:apache/whimsy.git` (or alternately
`git clone https://github.com/apache/whimsy.git`)
* `cd whimsy`
-* Start Docker if necessary
+* Start Docker if necessary: `$ open /Applications/Docker.app`
* `rake docker:update svn:update git:pull`
* `rake docker:up`
* visit `http://localhost:1999/` in your favorite browser