installing-podman-desktop
for Windows
Links
-
- exe
winget install -e --id RedHat.Podman-Desktop
-
Podman compose
py -m pip install podman-compose
for Mac
-
- 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.