/podman-box

Podman Box - macOS Big Sur

Primary LanguageShellMIT LicenseMIT

Podman Box

Podman Box helps you quickly start with Podman on macOS Big Sur and macOS newer version onward just a few minutes.

Easy Install with make

  • install with make install
  • uninstall with make uninstall

Prerequisites

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

Installing the Podman Box

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!

Uninstalling the Podman Box

You can simply delete the box with "vagrant destroy" command.

$ vagrant destroy