janpfeifer / gonb

GoNB, a Go Notebook Kernel for Jupyter
https://github.com/janpfeifer/gonb
MIT License
631 stars 35 forks source link

docker pull image source can't not find #29

Closed jasonwu513 closed 1 year ago

jasonwu513 commented 1 year ago

Is it a spelling error in README.md docker pull ?

What happen : Execute docker pull janpfeifer/gonb_jupyter:latest return error message.

Message: Error response from daemon: pull access denied for janpfeifer/gonb_jupyter, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Suggestion: docker pull janpfeifer/gonb_jupyter:latest => docker pull janpfeifer/gonb_jupyterlab:latest.

janpfeifer commented 1 year ago

Ops, apologies Jason.

The link should be janpfeifer/gonb_jupyterlab.

Does it work for you ?

janpfeifer commented 1 year ago

I tested in a couple of other boxes and it seems to work, so closing the issue. But let me know if you find anything else.

Thanks for the report @jasonwu513 !