aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-05-03 08:20:37 -0400
committerGrant Ammons <gammons@gmail.com>2017-05-03 08:20:37 -0400
commit4910e131eb1cd7b604123c9d9d49946b10351a4a (patch)
tree290c7b0536f86bdb8f0d3f35c5b3071b04fa56f4
parent0192445ebc98afc7d31b6784080496fd7085d4b3 (diff)
Move docker setup to the wiki
-rw-r--r--README.md25
1 files changed, 1 insertions, 24 deletions
diff --git a/README.md b/README.md
index 3abc2b5..8a70c47 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Todolist is a simple and very fast task manager for the command line. It is bas
## Documentation
-See [The main Todolist website][tdl] for the current documentation.
+**See [The main Todolist website][tdl] for the current documentation.**
[tdl]: http://todolist.site
@@ -17,29 +17,6 @@ See [The main Todolist website][tdl] for the current documentation.
Yes. Yes it is.
-## Quick Start using [Docker](https://github.com/docker/docker.git)
-
-Building the docker image:
-```
-$ git clone https://github.com/gammons/todolist.git
-$ cd todolist
-$ docker build -t todolist .
-```
-
-If you have an existing todo-list file, then run the container with
-```
-$ docker run -d -v your/todos/json/file:/.todos.json -p 7890:7890 todolist
-```
-
-Otherwise, you have to provide an empty todo file:
-```
-$ echo [] > /tmp/.todos.json
-$ docker run -d -v /tmp/.todos.json:/.todos.json -p 7890:7890 todolist
-```
-
-Finally, open your browser and enter `localhost:7890` at the URL, and \
-happy GTD!
-
## Author
Please send complaints, complements, rants, etc to [Grant Ammons][ga]