From bcc1060f1713a5e52bb45d97e94b303d709bafb5 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 10 Apr 2021 21:49:23 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1a62db3..163c392 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,4 @@ -# Portainer in Proxmox LXC container - -Many benefits can be gained by using a LXC container compared to a VM. The resources needed to run a LXC container are less than running a VM. Modifing the resouces assigned to the LXC container can be done without having to reboot the container. Packages that are installed to not interfere with the Proxmox OS. - -## Usage - -***Note:*** _Before using this repo, make sure Proxmox is up to date._ - -To create a new LXC container on Proxmox and setup Portainer to run inside of it, run the following in a SSH connection or the Proxmox web shell. ``` -bash -c "$(wget -qLO - https://git.sthopeless.com/sthope/proxmox_portainer/raw/branch/master/create_container.sh)" -``` - -## Console - -There is no login required to access the console from the Proxmox web UI. If you are presented with a blank screen, press `CTRL + C` to generate a prompt. +clear; bash -c "$(wget -qLO - https://git.sthopeless.com/sthope/proxmox_portainer/raw/branch/master/create_container.sh)" +``` \ No newline at end of file