Docker is a popular platform for creating, deploying, and managing applications in containers. Containers provide a lightweight and portable way to package applications with their dependencies, making it easier to move them between environments and ensuring consistency across different platforms. Docker simplifies the process of building, shipping, and running applications, making it easier to develop, test, and deploy software in a fast and efficient way. It is widely used by developers, IT professionals, and organizations of all sizes to improve the efficiency, scalability, and portability of their applications.
Category: Virtualization
Nginx ProxMox Proxy using Letsencrypt SSL cert
Why use a nginx proxmox proxy using letsencrypt ssl? 1st: why not? 2nd: Load balancing! Nginx is built to handle many concurrent connections at the same time from multitude of clients. This makes it ideal for being the point-of-contact for said clients. The server can pass requests to any number of backend servers to handle the… Continue reading Nginx ProxMox Proxy using Letsencrypt SSL cert
Proxmox iso upload method
I just setup proxmox, and am testing out various features. I needed to upload an ISO so I can install an OS. took me a bit so i figured I’d throw it on here for future ref. Login to proxmox web control panel. Goto server view from drop down on left hand side. Expand datacenter… Continue reading Proxmox iso upload method
Proxmox IP bridge for single public IP
I just setup a test copy of proxmox 4.1 and realized I only had one IP attached to the box. So I had to set up a bridge and forward ports to the internal IPs. So the basic idea is, we are going to set up a new virtual interface bridge in your networking… Continue reading Proxmox IP bridge for single public IP