Sign inSign up

ihwan1236/eda

By ihwan1236

Updated over 6 years ago

Image
0

974

ihwan1236/eda repository overview

hub > image

docker pull ihwan1236/eda
=> Digest: sha256:f1df63a77c606ed3117606fb94f5dc91c2b712c1010a8e79a59cc9f8010f5a8e ( hub's hash code )

image > container

docker run --rm --name eda -itd -u vscode -p 8888-8889:8888-8889 -p 6006-6015:6006-6015 -e JUPYTER_RUN=yes ihwan1236/eda

container > image

docker commit eda ihwan1236/eda

image > hub

docker push ihwan1236/eda

have to do before shut computer

  1. docker commit eda ihwan1236/eda >> check docker images
  2. docker push ihwan1236/eda >> check hub.docker.com
  3. docker rmi [ images ]
  4. docker pull ihwan1236/eda

how to Jupyter Lab

  • window 192.168.99.100:8888
  • Mac 0.0.0.0:8888
  • docker logs --tail [30] eda -> [ number ] can change => http://127.0.0.1:8888/?token= [ hash number ]
    => hash number paste and password copy

how to vscode

  • window 192.168.99.100:8889
  • Mac 0.0.0.0:8889

reference git

Tag summary

Content type

Image

Digest

Size

4.5 GB

Last updated

over 6 years ago

docker pull ihwan1236/eda