Skip to content

Commit 31684fc

Browse files
author
Jenny Palomino
authored
Update README.md
This change updates the command to run the docker image to specify the hostname. Fixes earthlab#15
1 parent 2d82eae commit 31684fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docker run -it -p 8888:8888 earthlab/earth-analytics
6565

6666
To run your earth-analytics image you use the following code:
6767

68-
`docker run -it -p 8888:8888 earthlab/earth-analytics`
68+
`docker run --hostname localhost -it -p 8888:8888 earthlab/earth-analytics-python-env`
6969

7070
NOTE: `earthlab/earth-analytics` is the name of this image as built above. To
7171
view all images on your computer type

0 commit comments

Comments
 (0)