Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with visualizing GPS map outputs through default port structure. #100

Open
rossbernet opened this issue Feb 4, 2019 · 0 comments
Open

Comments

@rossbernet
Copy link

rossbernet commented Feb 4, 2019

After running a sample demo, example, NLCD, I was unable to get the xyz tile server to be exposed thru the VM running GPS through to my local machine.

@echeipesh came up with a nice work around:

Expose a specific port link during the docker run initialization command, as per:
docker run -it --rm --name geopyspark \\n -p 8000:8000 -p 4040:4040 -p 7070:7070 \\n -v $HOME/.aws:/home/hadoop/.aws:ro \\n quay.io/geodocker/jupyter-geopyspark

And then include the 7070 port ID in the calls as per:

image

Not sure if there is permanent solution for Macs. (This is apparently not an issue for linux machines) But this works for now I suppose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant