@@ -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+
5660To run a docker container you need to do the following:
5761
58621 . [ 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:
6165Run 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 .
6670docker run -it -p 8888:8888 earthlab/earth-analytics
6771
6872```
6973
70743 . 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
8084One you run your image, you will be given a URL at the command line. Paste that puppy
8185into your browser to run jupyter with the earth analytics environment installed!!
0 commit comments