This commit is contained in:
eXtremeSHOK 2021-03-20 20:31:30 +02:00
parent 72337634fd
commit 8207ac8397
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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