DOC: Fix docker-build instruction

And mostly other style fixes.
This commit is contained in:
Y.K. Goon
2017-12-13 18:15:25 +08:00
parent 95ce66a66a
commit 71654ff9ff
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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
#
+4 -4
View File
@@ -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
#