Skip to content

Commit 4ac6b19

Browse files
author
Jenny Palomino
authored
Update README.md
These changes update the commands to build the docker image and add badges that point to the automated build and get the status. Fixes earthlab#10
1 parent 2d82eae commit 4ac6b19

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ to activate it once it's installed.
4747

4848
## Docker Build
4949

50+
[![Docker Automated build](https://img.shields.io/docker/automated/earthlab/earth-analytics-python-env.svg)](https://hub.docker.com/r/earthlab/earth-analytics-python-env/)
51+
52+
[![Docker Build Status](https://img.shields.io/docker/build/earthlab/earth-analytics-python-env.svg)](https://hub.docker.com/r/earthlab/earth-analytics-python-env/)
53+
5054
To run a docker container you need to do the following:
5155

5256
1. [Install docker](https://docs.docker.com/install/) and make sure it is running.
@@ -55,21 +59,21 @@ To run a docker container you need to do the following:
5559
Run the following lines to build the docker image locally:
5660

5761
```
58-
cd earth-analytics-binder
59-
docker build -t earthlab/earth-analytics .
62+
cd earth-analytics-python-env
63+
docker build -t earthlab/earth-analytics-python-env .
6064
docker run -it -p 8888:8888 earthlab/earth-analytics
6165
6266
```
6367

6468
3. Run the image.
6569

66-
To run your earth-analytics image you use the following code:
70+
To run your earth-analytics image, use the following code:
6771

68-
`docker run -it -p 8888:8888 earthlab/earth-analytics`
72+
`docker run -it -p 8888:8888 earthlab/earth-analytics-python-env`
6973

70-
NOTE: `earthlab/earth-analytics` is the name of this image as built above. To
71-
view all images on your computer type
72-
`docker images -all`
74+
NOTE: `earthlab/earth-analytics-python-env` is the name of this image as built above. To
75+
view all images on your computer, type
76+
`docker images --all`
7377

7478
One you run your image, you will be given a URL at the command line. Paste that puppy
7579
into your browser to run jupyter with the earth analytics environment installed!!

0 commit comments

Comments
 (0)