-
Notifications
You must be signed in to change notification settings - Fork 33
Add separate page for converting docker images to apptainer images #836
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
Conversation
aowen-uwmad
left a comment
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.
Some suggestions, good to merge when you are ready.
Co-authored-by: Andrew Owen <[email protected]>
Co-authored-by: Andrew Owen <[email protected]>
ChristinaLK
left a comment
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.
lgtm. 1-2 things to check.
| ``` | ||
|
|
||
| > If you just want to convert an existing Docker container into an Apptainer container, you do not need to use a definition file. | ||
| > Instead, you can directly run the `apptainer build` command using the Docker address, as described [below](#converting-a-docker-image-to-an-apptainer-container-image). |
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.
are these instructions still below? or on the new page?
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.
I left the instructions on this page
Co-authored-by: Christina K. <[email protected]>
also added a section for building on local apptainer images