mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-02-06 10:47:21 +00:00
This commit is contained in:
parent
72337634fd
commit
8207ac8397
@ -17,6 +17,7 @@
|
|||||||
# There can be security implications as the LXC container is running in a higher privileged mode.
|
# 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.
|
# 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.
|
# 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:
|
# 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
|
# 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
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
# Docker : not advisable to run docker on the Hypervisor(proxmox) directly.
|
# 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.
|
# 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
|
# THERE ARE NO USER CONFIGURABLE OPTIONS IN THIS SCRIPT
|
||||||
@ -71,6 +71,7 @@ XS_VZDUMP="yes"
|
|||||||
XS_ZFSARC="yes"
|
XS_ZFSARC="yes"
|
||||||
XS_ZFSAUTOSNAPSHOT="yes"
|
XS_ZFSAUTOSNAPSHOT="yes"
|
||||||
|
|
||||||
|
################# D O N O T E D I T ######################################
|
||||||
|
|
||||||
# VARIABLES are overrideen with xs-install-post.env
|
# VARIABLES are overrideen with xs-install-post.env
|
||||||
if [ -f "xs-install-post.env" ] ; then
|
if [ -f "xs-install-post.env" ] ; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user