From ec7f34671b0c02ae7f56fc37dc398144398dae03 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 17 Apr 2024 03:44:22 +0000 Subject: [PATCH] docs: update docker/docker-install-lxc --- docker/docker-install-lxc.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docker/docker-install-lxc.md b/docker/docker-install-lxc.md index 732c0fd..e8f8cd6 100755 --- a/docker/docker-install-lxc.md +++ b/docker/docker-install-lxc.md @@ -2,7 +2,7 @@ title: docker-install-lxc description: published: true -date: 2024-04-17T03:43:13.192Z +date: 2024-04-17T03:44:20.358Z tags: editor: markdown dateCreated: 2024-04-15T20:42:02.970Z @@ -12,19 +12,19 @@ dateCreated: 2024-04-15T20:42:02.970Z Create unprivileged container with fuse enabled -### Install prereqs +## Install required packages ```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 { @@ -35,7 +35,6 @@ systemctl restart docker.service ``` Download and run essentials script - Log in as akanealw and switch to root ```bash