@@ -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+
5054To run a docker container you need to do the following:
5155
52561 . [ 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:
5559Run 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 .
6064docker run -it -p 8888:8888 earthlab/earth-analytics
6165
6266```
6367
64683 . 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
7478One you run your image, you will be given a URL at the command line. Paste that puppy
7579into your browser to run jupyter with the earth analytics environment installed!!
0 commit comments