Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Add start/stop instructions to README #5

Closed
mbjoseph opened this issue Dec 17, 2018 · 1 comment
Closed

Add start/stop instructions to README #5

mbjoseph opened this issue Dec 17, 2018 · 1 comment
Assignees

Comments

@mbjoseph
Copy link
Collaborator

We should add instructions for starting and stopping the container in the README:

​To stop the container, you can either to ^C from the terminal that is actively printing the output from the Jupyter notebook server, or from another terminal use:

docker stop finn

and then to start it again, you can use​:

docker start finn

​Then, once the container is running, you can start the notebook server via the same command that started it originally:

docker exec -it finn jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root --notebook-dir /home/finn​
@yosukefk yosukefk self-assigned this Dec 31, 2018
@yosukefk
Copy link
Owner

Done

yosukefk pushed a commit that referenced this issue Feb 4, 2019
Merge pull request #28 from mbjoseph/master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants