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

Labarta

  • Blog
  • Vídeos Docker
  • Vídeos entrevistas
  • Dominios
  • Hosting
  • Quién soy

Instalar Portainer en Raspberry Pi

02/07/2020

rpi-portada-p

 

Te aconsejo que para una buena comprensión de este artículo, si no lo has hecho ya, veas los anteriores sobre "Docker-Compose" para WordPress.

  1. "docker-compose" para WordPress -paso a paso -intro"

 

Instrucciones para instalar correctamente Portainer en una Raspberry Pi.

Primero creamos un fichero "docker-compose.yml" con este texto:

version: '2'
services:
portainer:
container_name: portainer
image: portainer/portainer-ce
restart: always
ports:
- "9000:9000"
command: -H unix:///var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /portainer_data:/data
volumes:
portainer_data:

 

Añadimos una nueva carpeta "Portainer" y dentro de ella ponemos el archivo "docker-compose.yml" que hemos hecho antes.

 

Y ahora como siempre con Docker ejecutamos el siguiente comando:

docker-compose up -d

 

portainer-pi-1

 

Y listo ya puedes ir a "localhost:9000" y tendrás "Portainer" en marcha.

 

Más información en este artículo.

 

En el próximo artículo veremos como instalar Visual Studio Code en la Raspberry.

 

Si aún te quedan dudas mira este 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-nextcloud-pi Cómo instalar Nextcloud en Raspberry Pi 4
  • rpi-portada-vsc Instalar Visual Studio Codium en Raspberry Pi
  • rpi-portada-wp Instalar WordPress con "docker-compose" en Raspberry Pi

Blog,  Docker Raspberry

  • Todas las entradas
  • Github
  • Meetup WordPress
  • Política de cookies

Footer

GINERNET - Servidor VPS

Ginernet

GeneratePress - Tema WordPress

GeneratePress

GINERNET - Hosting WordPress

Ginernet2

OnlyOffice - Online Office

Usamos ONLYOFFICE Online Office

Copyright © 2025 · 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.
GUARDAR Y ACEPTAR