@@ -53,6 +53,10 @@ to activate it once it's installed.
53
53
54
54
## Docker Build
55
55
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
+
56
60
To run a docker container you need to do the following:
57
61
58
62
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:
61
65
Run the following lines to build the docker image locally:
62
66
63
67
```
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 .
66
70
docker run -it -p 8888:8888 earthlab/earth-analytics
67
71
68
72
```
69
73
70
74
3 . Run the image.
71
75
72
- To run your earth-analytics image you use the following code:
76
+ To run your earth-analytics image, use the following code:
73
77
74
78
` docker run --hostname localhost -it -p 8888:8888 earthlab/earth-analytics-python-env `
75
79
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 `
79
83
80
84
One you run your image, you will be given a URL at the command line. Paste that puppy
81
85
into your browser to run jupyter with the earth analytics environment installed!!
0 commit comments