You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2020/04/23 21:46:34 UTC

[whimsy] branch master updated: here be dragons

This is an automated email from the ASF dual-hosted git repository.

rubys 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 ff715bc  here be dragons
ff715bc is described below

commit ff715bc6734e45f039c0eafb820e9eddf6f9a0e5
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Apr 23 17:46:19 2020 -0400

    here be dragons
---
 DOCKER.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/DOCKER.md b/DOCKER.md
index dfaadb8..857bba3 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -3,9 +3,12 @@ Docker execution instructions
 
 This is experimental at this point.
 
-These steps will enable you to run a full Whimsy system inside a
-container on your development machine.  You can edit files inside
-your favorite IDE on your host machine.
+Do *NOT* proceed unless you are comfortable with the notion of containers,
+images, Dockerfiles, Volumes, Port Forwarding, and likely Docker Compose.
+
+If, however, this describes you, it is hoped that these steps will enable you
+to run a full Whimsy system inside a container on your development machine.
+You can edit files inside your favorite IDE on your host machine.
 
 Prerequisites
 -------------