Skip to content

Using with podman on RHEL9

Brian Dietz edited this page Apr 19, 2024 · 1 revision

Build image

  1. podman is already installed on RHEL9.
  2. Change the current working directory to where you'd like the cloned directory: cd $HOME/Documents
  3. Run git clone https://github.ncsu.edu/bjdietz/bdap.git && cd bdap
  4. Run sudo podman build --build-arg USERNAME=$(whoami) --network host -t ubuntu:bdap . [verify]

Basic usage

  1. sudo podman run -v /home/user_ID/born_digital:/home/born_digital --network host --rm -it localhost/ubuntu:bdap /bin/bash

Production usage

coming soon

Note: If you're committing your .env changes to your own repository, open the .gitignore file and uncomment .env.

Clone this wiki locally