mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix more errors
This commit is contained in:
@@ -34,7 +34,6 @@ To stop and remove the container:
|
||||
notebook/down.sh
|
||||
```
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### How do I specify which docker-stack notebook image to deploy?
|
||||
@@ -75,7 +74,6 @@ NAME=your-notebook notebook/down.sh
|
||||
|
||||
The `up.sh` creates a Docker volume named after the notebook container with a `-work` suffix, e.g., `my-notebook-work`.
|
||||
|
||||
|
||||
### Can multiple notebook containers share the same notebook volume?
|
||||
|
||||
Yes. Set the `WORK_VOLUME` environment variable to the same value for each notebook.
|
||||
@@ -100,7 +98,6 @@ notebook/up.sh --secure --password a_secret
|
||||
|
||||
Sure. If you want to secure access to publicly addressable notebook containers, you can generate a free certificate using the [Let's Encrypt](https://letsencrypt.org) service.
|
||||
|
||||
|
||||
This example includes the `bin/letsencrypt.sh` script, which runs the `letsencrypt` client to create a full-chain certificate and private key, and stores them in a Docker volume. _Note:_ The script hard codes several `letsencrypt` options, one of which automatically agrees to the Let's Encrypt Terms of Service.
|
||||
|
||||
The following command will create a certificate chain and store it in a Docker volume named `mydomain-secrets`.
|
||||
@@ -154,10 +151,9 @@ bin/softlayer.sh myhost
|
||||
bin/sl-dns.sh myhost
|
||||
```
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Unable to connect to VirtualBox VM on Mac OS X when using Cisco VPN client.
|
||||
### Unable to connect to VirtualBox VM on Mac OS X when using Cisco VPN client
|
||||
|
||||
The Cisco VPN client blocks access to IP addresses that it does not know about, and may block access to a new VM if it is created while the Cisco VPN client is running.
|
||||
|
||||
|
@@ -5,7 +5,7 @@ This folder contains a Makefile and a set of supporting files demonstrating how
|
||||
## Prerequisites
|
||||
|
||||
* make 3.81+
|
||||
* Ubuntu users: Be aware of [make 3.81 defect 483086](https://bugs.launchpad.net/ubuntu/+source/make-dfsg/+bug/483086) which exists in 14.04 LTS but is fixed in 15.04+
|
||||
* Ubuntu users: Be aware of [make 3.81 defect 483086](https://bugs.launchpad.net/ubuntu/+source/make-dfsg/+bug/483086) which exists in 14.04 LTS but is fixed in 15.04+
|
||||
* docker-machine 0.5.0+
|
||||
* docker 1.9.0+
|
||||
|
||||
|
@@ -7,7 +7,7 @@ The build scripts, when used with the Source-to-Image tool, provide similar capa
|
||||
|
||||
For separate examples of using JupyterHub with OpenShift, see the project:
|
||||
|
||||
* https://github.com/jupyter-on-openshift/jupyterhub-quickstart
|
||||
* <https://github.com/jupyter-on-openshift/jupyterhub-quickstart>
|
||||
|
||||
Source-to-Image Project
|
||||
-----------------------
|
||||
@@ -16,7 +16,7 @@ Source-to-Image (S2I) is an open source project which provides a tool for creati
|
||||
|
||||
Details on the S2I tool, and executable binaries for Linux, macOS and Windows, can be found on GitHub at:
|
||||
|
||||
* https://github.com/openshift/source-to-image
|
||||
* <https://github.com/openshift/source-to-image>
|
||||
|
||||
The tool is standalone, and can be used on any system which provides a docker daemon for running containers. To provide an end-to-end capability to build and deploy applications in containers, support for S2I is also integrated into container platforms such as OpenShift.
|
||||
|
||||
|
Reference in New Issue
Block a user