Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 218 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 218 Bytes
  1. Build and run the container.

    docker build -t mybinder-class .
    docker run --rm -it -p 8888:8888 mybinder-class
  2. Copy the URL starting with http://127.0.0.1:8888/?token= into your browser.