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

Add docker environment #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

suecharo
Copy link
Contributor

Add a docker environment to run the ipython2cwl itself in the docker container.

$ docker-compose up jupyter-repo2cwl https://github.com/giannisdoukas/ipython2cwl-demo -o .

It is able to run using the above command on the host machine.
Because it is mounting /var/run/docker.sock in docker-compose.yml, the image is generated in the host docker environment.
Therefore, it is able to execute the following command on the host machine.

$ docker run -p 127.0.0.1:8888:8888 THE_NAME_OF_THE_GENERATED_IMAGE

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

Successfully merging this pull request may close these issues.

1 participant