Proxmox – Add external usb drive to LXC container
How to mount an external USB(3) drive to a LXC container In this example we make use of a Western…
Technical Notes Blog - Proxmox - Pfsense - Servers
How to mount an external USB(3) drive to a LXC container In this example we make use of a Western…
This config will describe a procedure of how to back up a Docker container as well as it will also…
Create service make file in /etc/systemd/system/ cd /etc/systemd/system nano /docker-[containername].service Insert following code: [Unit] Description=Docker [containername] server Requires=docker.service After=docker.service [Service]…