-
Notifications
You must be signed in to change notification settings - Fork 2
Add Docker #298
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
base: main
Are you sure you want to change the base?
Add Docker #298
Changes from all commits
c206ce3
f88842f
f02e8eb
cf8da48
8fdd947
6e410a4
6c5c0f9
8599fa0
224a4e0
aaf4750
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,47 @@ | ||||||||||||||||||||||||||||||
| # Docker | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Docker is a containerization software. | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## Description | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| * You cannot use Docker in the cluster (the engine is not installed there and requires root privileges). | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| * But you can use Docker to create your custom containers locally. | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## Create Docker containers | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Internally we have this GitHub repository with the receipes for many of the custom containers that we are generating and | ||||||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "receipes" should be "recipes".
Suggested change
|
||||||||||||||||||||||||||||||
| hosting in our dockerhub. | ||||||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor capitalization
Suggested change
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| If you need/want to create a new container, you can follow guidelines on how is the most appropriate way of doing it, | ||||||||||||||||||||||||||||||
| and once you have a working version of it, you must: | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| * Add your Dockerfile and associated files required for generating the container to our | ||||||||||||||||||||||||||||||
|
Comment on lines
+13
to
+19
|
||||||||||||||||||||||||||||||
| Internally we have this GitHub repository with the receipes for many of the custom containers that we are generating and | |
| hosting in our dockerhub. | |
| If you need/want to create a new container, you can follow guidelines on how is the most appropriate way of doing it, and | |
| once you have a working version of it, you must: | |
| * Add your Dockerfile and associated files required for generating the container to our | |
| Internally we have this GitHub repository with the receipes for many of the custom containers that we are generating and hosting in our Docker Hub. | |
| If you need/want to create a new container, you can follow guidelines on how is the most appropriate way of doing it, and once you have a working version of it, you must: | |
| * Add your Dockerfile and associated files required for generating the container to our [GitHub repository of containers](https://github.com/bbglab/containers-recipes). Make sure that your container is fully reproducible. | |
| * If appropriate, ask some BBG member with permission to upload it to the lab [Docker Hub](https://hub.docker.com/u/bbglab). |
Copilot
AI
Jan 22, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description says a note was added clarifying Docker’s free use for educational/personal/research/non-commercial purposes, but that policy statement does not appear in this document. Please add the described usage-policy note here (or adjust the PR description to match what was actually changed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "receipes" should be "recipes".