Podman Box helps you quickly start with Podman on macOS Big Sur and macOS newer version onward just a few minutes.
- install with
make install
- uninstall with
make uninstall
To launch the Podman Box, you're required to install the following prerequisites dependencies:
- sshpass
- virtualbox
- vagrant
Which you can simply done with the "prerequisites.sh" script.
$ ./prerequisites.sh
After you have installed the prerequisites dependencies, you can install the Podman Box with the "install-podman-box.sh" script.
$ ./install-podman-box.sh
Then, have fun with Podman!
You can simply delete the box with "vagrant destroy" command.
$ vagrant destroy