upload latest changes

This commit is contained in:
2024-04-15 15:13:22 -05:00
parent f65a0cdfe0
commit 7bc0a65be2
29 changed files with 0 additions and 46158 deletions

View File

@@ -0,0 +1,38 @@
## Run as root
#### Create unprivileged container with fuse enabled
#### Install prereqs
```bash
apt update && apt upgrade -y
apt install -y curl fuse-overlayfs
```
#### Install docker
```bash
curl -fsSL https://get.docker.com | sh
```
#### Configure fuse driver for docker
```bash
cat <<EOF >/etc/docker/daemon.json
{
"storage-driver": "fuse-overlayfs"
}
EOF
systemctl restart docker.service
```
Power off and enable fuse in lxc settings
Download and run essentials script
Log in as akanealw and switch to root
```bash
adduser akanealw docker
```
Relog as akanealw