/installing-podman-desktop

Primary LanguagePythonApache License 2.0Apache-2.0

installing-podman-desktop


for Windows

Links

  • Podman Desktop

    • exe
    • winget install -e --id RedHat.Podman-Desktop
  • Podman compose

    • py -m pip install podman-compose

for Mac

  • Podman Desktop

    • dmg
    • brew install podman-desktop
  • Podman compose

    • pip3 install podman-compose

Test

podman run -d -p 8080:80 --name web nginx

podman run -d -p 8787:8787 rockerjp/tidyverse

cd src/flask/
podman-compose up -d

Copyright (c) 2023 YA-androidapp(https://github.com/YA-androidapp) All rights reserved.