ttu-capstone-podman / podman-installer-mac

"Turn-key" installer for Podman on MacOS. Tennessee Tech University Senior Capstone project.
2 stars 0 forks source link

SPIKE: Investigate capabilities of podman-machine and boot2podman #26

Open RothAndrew opened 4 years ago

RothAndrew commented 4 years ago

To-Do:

  1. Read this article
  2. Spend 1-2 days playing with podman-machine and/or boot2podman on windows
  3. Do a writeup of
    1. Capabilities of podman-machine and boot2podman
    2. Comparison to what we are trying to do
    3. How is our way better?
    4. How is their way better?
jdevans43 commented 4 years ago

1.Capabilities of podman-machine and boot2podman A.an installer that uses varlink to install podman through the command line. B.It can also update or create multiple servers for podman C.These podman servers will have internet access D.You can also access the servers by using ssh Comparison to what we are trying to do A. The biggest difference is that boot2podman does not use ansible. B. The scope of boot2podman seems bigger since it encapsulates multiple servers, updates, and ssh access How is our way better? A. We would be using tools made by redhat How is their way better? A. Works quickly (Sub 10 minutes) B. Works for windows.