diff --git a/docker/docker-install-lxc.md b/docker/docker-install-lxc.md index 4b7db07..732c0fd 100755 --- a/docker/docker-install-lxc.md +++ b/docker/docker-install-lxc.md @@ -1,21 +1,30 @@ -## Run as root +--- +title: docker-install-lxc +description: +published: true +date: 2024-04-17T03:43:13.192Z +tags: +editor: markdown +dateCreated: 2024-04-15T20:42:02.970Z +--- -#### Create unprivileged container with fuse enabled +# Run as root -#### Install prereqs +Create unprivileged container with fuse enabled + +### Install prereqs ```bash apt update && apt upgrade -y apt install -y curl fuse-overlayfs ``` -#### Install docker +### Install docker ```bash curl -fsSL https://get.docker.com | sh ``` -#### Configure fuse driver for docker - +### Configure fuse driver for docker ```bash cat </etc/docker/daemon.json { @@ -25,8 +34,6 @@ 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