forked from bashclub/zamba-lxc-toolbox
Complete rework UNTESTED UNFINISHED
This commit is contained in:
17
src/debian-priv/constants-service.conf
Normal file
17
src/debian-priv/constants-service.conf
Normal file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Authors:
|
||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
|
||||
# (C) 2021 Script design and prototype by Markus Helmke <m.helmke@nettwarker.de>
|
||||
# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
|
||||
|
||||
# This file contains the project constants on service level
|
||||
|
||||
# Create sharefs mountpoint
|
||||
LXC_MP="0"
|
||||
|
||||
# Create unprivileged container
|
||||
LXC_UNPRIVILEGED="0"
|
||||
|
||||
# enable nesting feature
|
||||
LXC_NESTING="0"
|
9
src/debian-priv/features.json
Normal file
9
src/debian-priv/features.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"unprivileged": 0,
|
||||
"features": {},
|
||||
"sharefs": {},
|
||||
"mem": 1024,
|
||||
"swap": 1024,
|
||||
"hostname": "debian",
|
||||
"domain": "zmb.rocks"
|
||||
}
|
1
src/debian-priv/info
Normal file
1
src/debian-priv/info
Normal file
@ -0,0 +1 @@
|
||||
Debian privileged container with basic tools
|
8
src/debian-priv/install-service.sh
Normal file
8
src/debian-priv/install-service.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Authors:
|
||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
|
||||
# (C) 2021 Script design and prototype by Markus Helmke <m.helmke@nettwarker.de>
|
||||
# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
|
||||
|
||||
echo "'debian-priv' is ready to use!"
|
Reference in New Issue
Block a user