wjholtz@login13:~/openmsi_web$ podman-hpc run --help
Run a command in a new container
Description:
Runs a command in a new container from the given image
Usage:
podman-hpc run [options] IMAGE [COMMAND [ARG...]]
Examples:
podman-hpc run imageID ls -alF /etc
podman-hpc run --network=host imageID dnf -y install java
podman-hpc run --volume /var/hostdir:/var/ctrdir -i -t fedora /bin/bash
Podman-hpc Options:\n --cuda-mpi Enable CUDA-aware Cray MPICH Support\n --cvmfs Enable cmvfs filesystem\n --gpu Enable NVIDIA GPU Support\n --mpi Enable Cray MPICH Support\n --nccl Enable SS11 support for NCCL\n\nPodman options follow: