Skip to content

Commit 6f41af5

Browse files
author
Leah Wasser
authored
Merge pull request #14 from jlpalomino/patch-2
Update README.md
2 parents a13985a + c38c827 commit 6f41af5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

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

5454
## Docker Build
5555

56+
[![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/)
57+
58+
[![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/)
59+
5660
To run a docker container you need to do the following:
5761

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

6367
```
64-
cd earth-analytics-binder
65-
docker build -t earthlab/earth-analytics .
68+
cd earth-analytics-python-env
69+
docker build -t earthlab/earth-analytics-python-env .
6670
docker run -it -p 8888:8888 earthlab/earth-analytics
6771
6872
```
6973

7074
3. Run the image.
7175

72-
To run your earth-analytics image you use the following code:
76+
To run your earth-analytics image, use the following code:
7377

7478
`docker run --hostname localhost -it -p 8888:8888 earthlab/earth-analytics-python-env`
7579

76-
NOTE: `earthlab/earth-analytics` is the name of this image as built above. To
77-
view all images on your computer type
78-
`docker images -all`
80+
NOTE: `earthlab/earth-analytics-python-env` is the name of this image as built above. To
81+
view all images on your computer, type
82+
`docker images --all`
7983

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

0 commit comments

Comments
 (0)