wiki:dockertest
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:dockertest [2022/09/07 15:46] – removed - external edit (Unknown date) 127.0.0.1 | wiki:dockertest [2023/09/07 13:33] (current) – keistc | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to test docker image ====== | ||
+ | Ways to test Jupyter notebook images: | ||
+ | < | ||
+ | docker run --name test --rm -it -p 8888: | ||
+ | </ | ||
+ | Once logged into the docker container run this to start up notebook: | ||
+ | / | ||
+ | Now on your local system you need to setup ssh tunnel to the controller server as below: | ||
+ | ssh -N -f -L localhost: | ||
+ | |||
+ | Once that is setup you can now run browser on your local station with the URL that is displayed on the container after starting up the notebook server. |