Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 299 Bytes

Simple web app with Golang and podman


how to run?

  • first step install podman
  • then pull golang into your podman images
podman build -t <image name>

podman run -p 8080:8080 -it --name my-container <image name>

if you like this repository like and follow me :)