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

New example definition file, rockylinux-mofed #42

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

anderbubble
Copy link
Collaborator

No description provided.

@anderbubble anderbubble added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 14, 2023
@anderbubble
Copy link
Collaborator Author

@brianphan let me know what you think, and I'll get this merged.


```shell

podman build --volume $(readlink -f rockylinux-mofed):/mnt:ro --file rockylinux-mofed/Containerfile rockylinux-mofed/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this command needs to be run in the directory above. Alternatively, if the user is running in this directory. command would be something like this?

podman build --volume $(pwd):/mnt:ro --file Containerfile . 

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's fair. I tend to run podman from outside the directory so that it's more explicit on the command-line; but since README is in this directory, it makes sense to just use ..

I'll make that update. Thanks for the feedback!

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

Successfully merging this pull request may close these issues.

2 participants