Skip to content

Commit f973611

Browse files
authored
Merge pull request planetlabs#115 from planetlabs/dockerhub-114
update readmes to link to image in dockerhub
2 parents 73959a3 + efabfa1 commit f973611

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,18 @@ configure. To ease this complexity we provide a docker container for running the
5959
systems. To install docker on your system please see docker's [documentation](https://docs.docker.com/engine/installation/)
6060
for your operating system.
6161

62+
### Download prebuilt Docker image (recommended)
63+
The Docker image for these notebooks is hosted in the [planetlabs/notebooks](https://hub.docker.com/r/planetlabs/notebooks)
64+
repo on DockerHub. To download and prepare the image for use, run:
65+
```bash
66+
docker pull planetlabs/notebooks
67+
docker tag planetlabs/notebooks planet-notebooks
68+
```
69+
6270
### Build the Docker image
63-
First you must build the docker image. Note, this only has to be done the first time you use it. After checking out the
64-
this repository, you run:
71+
Alternatively, you can build the docker image locally. Note, this only has to be done the first time you use it.
72+
After checking out this repository, you run:
73+
6574
```bash
6675
cd planet-notebook-docker
6776
docker build --rm -t planet-notebooks .

planet-notebook-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Planet Notebook
22

3-
This image provides the dependencies for running jupyter notebooks in the [planetlabs/notebooks](https://github.com/planetlabs/notebooks) repository. The specifics of building and running this image are given in that repository's [README.md](https://github.com/planetlabs/notebooks/blob/master/README.md) file.
3+
This image provides the dependencies for running jupyter notebooks in the [planetlabs/notebooks](https://github.com/planetlabs/notebooks) GitHub repository. A prebuilt version of this image can be downloaded from the [planetlabs/notebook](https://hub.docker.com/r/planetlabs/notebooks) dockerhub repo (recommended). Alternatively, this image can be built locally from the Dockerfile. The specifics of building and running this image are given in the planetlabs/notebooks GitHub [README.md](https://github.com/planetlabs/notebooks/blob/master/README.md) file.
44

55
This image is based on the [jupyter/minimal-notebook](https://hub.docker.com/r/jupyter/minimal-notebook/) image and additional tips on running the jupyter notebook can be found in the documentation for that image.
66

0 commit comments

Comments
 (0)