-
Notifications
You must be signed in to change notification settings - Fork 0
Using with podman on RHEL9
Brian Dietz edited this page Apr 19, 2024
·
1 revision
- podman is already installed on RHEL9.
- Change the current working directory to where you'd like the cloned directory:
cd $HOME/Documents
- Run
git clone https://github.ncsu.edu/bjdietz/bdap.git && cd bdap
- Run
sudo podman build --build-arg USERNAME=$(whoami) --network host -t ubuntu:bdap .
[verify]
sudo podman run -v /home/user_ID/born_digital:/home/born_digital --network host --rm -it localhost/ubuntu:bdap /bin/bash
coming soon
Note: If you're committing your .env changes to your own repository, open the .gitignore file and uncomment .env.