From 8207ac839743a2723e41c0b13343540c6be9e2c6 Mon Sep 17 00:00:00 2001 From: eXtremeSHOK Date: Sat, 20 Mar 2021 20:31:30 +0200 Subject: [PATCH] docker : https://github.com/extremeshok/xshok-docker --- helpers/pve-enable-lxc-docker.sh | 1 + install-post.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/pve-enable-lxc-docker.sh b/helpers/pve-enable-lxc-docker.sh index bc02590..2217384 100644 --- a/helpers/pve-enable-lxc-docker.sh +++ b/helpers/pve-enable-lxc-docker.sh @@ -17,6 +17,7 @@ # There can be security implications as the LXC container is running in a higher privileged mode. # Not advisable to run docker inside a LXC container. # Correct way is to create a VM (qemu/kvm) which will be used exclusively for docker. +# ie. fresh ubuntu lts server with https://github.com/extremeshok/xshok-docker # # Usage: # curl https://raw.githubusercontent.com/extremeshok/xshok-proxmox/master/helpers/pve-enable-lxc-docker.sh --output /usr/sbin/pve-enable-lxc-docker && chmod +x /usr/sbin/pve-enable-lxc-docker diff --git a/install-post.sh b/install-post.sh index 070a3c8..1149d07 100644 --- a/install-post.sh +++ b/install-post.sh @@ -23,7 +23,7 @@ # # Docker : not advisable to run docker on the Hypervisor(proxmox) directly. # Correct way is to create a VM which will be used exclusively for docker. -# +# ie. fresh ubuntu lts server with https://github.com/extremeshok/xshok-docker ################################################################################ # # THERE ARE NO USER CONFIGURABLE OPTIONS IN THIS SCRIPT @@ -71,6 +71,7 @@ XS_VZDUMP="yes" XS_ZFSARC="yes" XS_ZFSAUTOSNAPSHOT="yes" +################# D O N O T E D I T ###################################### # VARIABLES are overrideen with xs-install-post.env if [ -f "xs-install-post.env" ] ; then