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