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

Docker-in-Docker solution + nextflow installed inside dockerfile #12

Open
Bontempogianpaolo1 opened this issue Jul 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Bontempogianpaolo1
Copy link
Collaborator

Inside dockerForServer.zip there is a possible Dockerfile for the server. In this environment, you can build and run other docker containers on the server without problems.
Also, java and nextflow are installed.
You just need to

  • build with ./build.sh
  • start with ./start.sh
  • log in with your git credentials
  • clone this repo
  • launch ../nextflow run fiveProcesses.nf -with-docker federicacitarrella/dockertest:image1 federicacitarrella/dockertest:image2

@federicacitarrella could you test it on your local pc? If everything is ok we can proceed to upload it to the server

Warnings

Since the server could be closed, any variation could be lost. So keep track of everything (using github and Dockerfile)

@Bontempogianpaolo1 Bontempogianpaolo1 added the enhancement New feature or request label Jul 24, 2021
@federicacitarrella
Copy link
Owner

Yes, it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants