<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://1984.lsi.us.es/wiki-egc/index.php?action=history&amp;feed=atom&amp;title=Ejercicio_0%3A_Ejecutando_comandos_simples_de_docker%2Fpodman</id>
		<title>Ejercicio 0: Ejecutando comandos simples de docker/podman - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://1984.lsi.us.es/wiki-egc/index.php?action=history&amp;feed=atom&amp;title=Ejercicio_0%3A_Ejecutando_comandos_simples_de_docker%2Fpodman"/>
		<link rel="alternate" type="text/html" href="https://1984.lsi.us.es/wiki-egc/index.php?title=Ejercicio_0:_Ejecutando_comandos_simples_de_docker/podman&amp;action=history"/>
		<updated>2026-05-15T21:43:26Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://1984.lsi.us.es/wiki-egc/index.php?title=Ejercicio_0:_Ejecutando_comandos_simples_de_docker/podman&amp;diff=8784&amp;oldid=prev</id>
		<title>Jagalindo: Página creada con «Ejecutar un hola mundo &lt;syntaxhighlight lang=&quot;bash&quot; line='line'&gt; podman run hello-world &lt;/syntaxhighlight&gt;  Ejecutar un comando especifico dentro de una imagen &lt;syntaxhighl...»</title>
		<link rel="alternate" type="text/html" href="https://1984.lsi.us.es/wiki-egc/index.php?title=Ejercicio_0:_Ejecutando_comandos_simples_de_docker/podman&amp;diff=8784&amp;oldid=prev"/>
				<updated>2020-11-18T17:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;Página creada con «Ejecutar un hola mundo &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;#039;line&amp;#039;&amp;gt; podman run hello-world &amp;lt;/syntaxhighlight&amp;gt;  Ejecutar un comando especifico dentro de una imagen &amp;lt;syntaxhighl...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ejecutar un hola mundo&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
podman run hello-world&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ejecutar un comando especifico dentro de una imagen&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
podman run -i -t ubuntu /bin/bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Levantando un servidor web&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
podman run -p 8000:80 -d kitematic/hello-world-nginx&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Levantando un servidor web que consuma algún fichero desde nuestro disco duro.&lt;br /&gt;
Primero, crearemos un fichero index.html en algún lugar de nuestra maquina y trás situarnos en esa ruta ejecutaremos&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
podman run -p 8010:80 -d -v .:/website_files kitematic/hello-world-nginx&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Veremos que procesos tenemos ejecutando&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
podman ps&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jagalindo</name></author>	</entry>

	</feed>