Skip to content

Commit

Permalink
Correcciones LXC
Browse files Browse the repository at this point in the history
  • Loading branch information
manelrodero committed Feb 15, 2025
1 parent 6335f05 commit b09cec8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions _posts/2023-10-21-docker-en-proxmox-lxc-con-turnkey-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout : post
blog-width: true
title: 'Docker en Proxmox LXC con TurnKey Core'
date: '2023-10-21 14:55:00'
last-updated: '2025-02-13 19:25:40'
published: true
tags:
- Proxmox
Expand Down Expand Up @@ -152,6 +153,9 @@ Cuando aparezca el asistente de instalación **First Boot Configuration**:
* Pulsar el botón **Skip** en la pantalla _System Notifications and Critical Security Alerts_
* Pulsar el botón **Install** en la pantalla _Security updates_

{: .box-note}
Si aparece el mensaje `A security update to the kernel requires a reboot to go into effect` se reiniciará el LXC despues de salir del asistente.

Al finalizar la instalación, en la _TurnKey GNU/Linux Configuration Console_ se mostrarán las URLs de servicio, por ejemplo:

```
Expand Down Expand Up @@ -404,3 +408,8 @@ A continuación se indican algunas referencias que van más allá al usar ZFS, F
* [Running Docker in LXC With Proxmox 7.1](https://www.weisb.net/running-docker-in-lxc-with-proxmox-7-1/)
* [FUSE-OverlayFS @ Reddit](https://www.reddit.com/r/Proxmox/comments/va76fz/fuse_overlayfs/)
* [Docker LXC Unprivileged container on Proxmox 7 with ZFS](https://forum.proxmox.com/threads/docker-lxc-unprivileged-container-on-proxmox-7-with-zfs.99796/)

### Historial de cambios

* **2023-10-21**: Documento inicial
* **2025-02-15**: Reinicio del LXC si hay actualización del kernel
9 changes: 5 additions & 4 deletions _posts/2023-11-18-instalar-pihole-en-proxmox-lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout : post
blog-width: true
title: 'Instalar Pi-hole en Proxmox LXC'
date: '2023-11-18 18:30:15'
last-updated: '2024-06-22 11:53:28'
last-updated: '2025-02-13 19:25:40'
published: true
tags:
- Proxmox
Expand Down Expand Up @@ -58,9 +58,9 @@ Una vez dentro del LXC, hay que:

* completar el asistente de instalación
* reiniciar el LXC (sobretodo si hay una actualización del _kernel_)
* reconfigurar la zona horaria
* actualizar los paquetes
* desinstalar el paquete `etckeeper`
* reconfigurar la zona horaria (`dpkg-reconfigure tzdata` y seleccionar `Europe/Madrid`)
* actualizar los paquetes (`apt update` y `apt upgrade -y`)
* desinstalar el paquete `etckeeper` (`apt purge etckeeper`)
* reiniciar el LXC

# Instalación de Pi-hole
Expand Down Expand Up @@ -331,3 +331,4 @@ Antes de ponerlo en marcha habrá que cambiar el nombre y la dirección IP del m

* **2023-11-18**: Documento inicial
* **2024-06-22**: Revisión y creación de LXC mediante CLI
* **2025-02-15**: Añadir comandos iniciales

0 comments on commit b09cec8

Please sign in to comment.