Skip to content

d4n3sh/learning-podman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-podman

Installing podman on Fedora 36

  1. Install the podman package.
# sudo dnf list podman
# sudo dnf install podman
  1. Verify podman is installed and functioning.
$ podman -v
podman version 4.1.0

# podman run hello-world
...
!... Hello Podman World ...!

         .--"--.
       / -     - \
      / (O)   (O) \
   ~~~| -=(,Y,)=- |
    .---. /`  \   |~~
 ~/  o  o \~~~~.----. ~~
  | =(X)= |~  / (O (O) \
   ~~~~~~~  ~| =(Y_)=-  |
  ~~~~    ~~~|   U      |~~

Project:   https://github.com/containers/podman
Website:   https://podman.io
Documents: https://docs.podman.io
Twitter:   @Podman_io

Releases

No releases published

Packages

No packages published