This commit is contained in:
parent
8f2eca3c55
commit
118425dc8d
@ -14,3 +14,18 @@ with Docker & Portainer:
|
|||||||
```
|
```
|
||||||
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)"
|
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Create new user, replace USER with your username and PWD with your password and send:
|
||||||
|
```
|
||||||
|
bash -c "$(wget -qLO - https://bit.ly/3KKMgEx)" createuser USER PWD
|
||||||
|
```
|
||||||
|
|
||||||
|
*Sudo must be installed if you want to use sudo commands with new user, send as root:
|
||||||
|
```
|
||||||
|
apt-get update;apt-get upgrade -y; apt-get install -y sudo
|
||||||
|
```
|
||||||
|
|
||||||
|
Disable autologin on the LXC terminal send, should be disabled after reboot:
|
||||||
|
```
|
||||||
|
rm /etc/systemd/system/container-getty@1.service.d/override.conf
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user