From 71654ff9ffb300fab000598b7fc6d623ac1618fa Mon Sep 17 00:00:00 2001 From: "Y.K. Goon" Date: Wed, 13 Dec 2017 18:15:25 +0800 Subject: [PATCH] DOC: Fix docker-build instruction And mostly other style fixes. --- Dockerfile | 6 +++--- Dockerfile-dev | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index b36313c9..340b2883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,13 +11,13 @@ # # https://127.0.0.1 # -# default password is jupyter. to provide another, see: +# Default password is 'jupyter'. To provide another, see: # http://jupyter-notebook.readthedocs.org/en/latest/public_server.html#preparing-a-hashed-password # -# once generated, you can pass the new value via `docker run --env` the first time +# Once generated, you can pass the new value via `docker run --env` the first time # you start the container. # -# You can also run an algo using the docker exec command. For example: +# You can also run an algo using the docker exec command. For example: # # docker exec -it catalyst catalyst run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 /projects/result.pickle # diff --git a/Dockerfile-dev b/Dockerfile-dev index 4a729651..a44d3bf0 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -5,7 +5,7 @@ # # Note: the dev build requires a quantopian/catalyst image, which you can build as follows: # -# docker build -t quantopian/catalyst -f Dockerfile +# docker build -t quantopian/catalyst -f Dockerfile . # # To run the container: # @@ -15,13 +15,13 @@ # # https://127.0.0.1 # -# default password is jupyter. to provide another, see: +# Default password is 'jupyter'. To provide another, see: # http://jupyter-notebook.readthedocs.org/en/latest/public_server.html#preparing-a-hashed-password # -# once generated, you can pass the new value via `docker run --env` the first time +# Once generated, you can pass the new value via `docker run --env` the first time # you start the container. # -# You can also run an algo using the docker exec command. For example: +# You can also run an algo using the docker exec command. For example: # # docker exec -it catalystdev catalyst run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 /projects/result.pickle #