• Saltar a la navegación principal
  • Saltar al contenido principal
  • Saltar al pie de página
labarta

Labarta

  • Plugins WordPress
    • Plugins Premium
    • Plugins gratuitos
    • Preguntas frecuentes
  • Quién soy
  • Contáctame
  • Blog
  • Ayuda

Cómo instalar Podman en Ubuntu 20.04

27/11/2021

podman

Cómo instalar Podman en Ubuntu 20.04

 

¿Qué es Podman?

Podman es una herramienta libre que permite desarrollar, gestionar y ejecutar contenedores. Utiliza los mismos parámetros que docker, así que si acostumbras a utilizar esta última herramienta y quieres probar podman será suficiente con que definas el siguiente alias:

alias docker=podman

Y sigas trabajando como lo hacías antes.

Pero debes saber que podman, a diferencia de docker, no ejecuta ningún demonio en el sistema. Y está disponible tanto para el usuario root como para usuarios no privilegiados.

Otra ventaja es que crea pods, con lo que la transición a Kubernetes será mucho más fácil.

 

 

En este vídeo has podido ver lo fácil que es instalar Podman en Ubuntu 20.04.

Para que sólo tengas que copiar y pegar, aquí tienes el listado de los comandos utilizados en el vídeo:

 

sudo su -
apt update  
apt upgrade 
apt install curl wget gnupg2 -y
source /etc/os-release
sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key -O- | apt-key add -
apt update -qq -y
apt install podman -y
podman version
sudo python3 -m pip install pyyaml
sudo pip3 install https://github.com/containers/podman-compose/archive/devel.tar.gz
podman-compose version
podman run --rm hello-world

 

Si lo prefieres tienes un artículo en este mismo blog de "Instalar Docker y docker-compose en Debian/Ubuntu"

Y también un vídeo. 

 


Si te ha gustado este artículo, por favor, comparte - Gracias -


 

Artículos Relacionados

  • zimaboard ZimaBoard 832 la mejor alternativa a Raspberry Pi 4
  • portada-kasm-2 Cómo instalar Kasm Workspace con Docker usando un script
  • portada-organizr-2 Cómo instalar Organizr usando Docker-compose
  • portada-budgetzero-2 Cómo instalar Budgetzero + CouchDB usando Docker-compose

Blog docker,  Podman

  • Todas las entradas
  • Vídeos Docker
  • Meetup WordPress
  • Vídeos Plugins
  • Vídeos entrevistas
  • Dominios
  • Hosting
  • Avisos Legales
  • Política de privacidad
  • Política de cookies

Footer

SWHOSTING - Cloud server

swhosting-vps

GeneratePress - Tema WordPress

GeneratePress

OnlyOffice - Online Office

Usamos ONLYOFFICE Online Office

Ayuda a mantener el blog:

Si te sirven de ayuda los artículos que publico en el blog, de esta forma puedes contribuir a mantener el mismo.

GRACIAS


Copyright © 2023 · Labarta - Powered by : Labarta

Usamos cookies en nuestro sitio web para brindarle la experiencia más relevante recordando sus preferencias y visitas repetidas. Al hacer clic en “Aceptar todo”, acepta el uso de todas las cookies. Sin embargo, puede visitar "Configuración cookies" para proporcionar un consentimiento controlado.
Configuración cookiesAceptar todo
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Siempre activado
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDuraciónDescripción
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
GUARDAR Y ACEPTAR