Skip to content

Commit d295a36

Browse files
author
Patrick M
committed
update files
1 parent f5aba68 commit d295a36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_posts/2022-12-18-lxc-plex-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Final provisioned LXC environment is as follows:
2626

2727
Mounting my media share from a storage device was easy enough, once I realized I had to make the container privledged. I configured `fstab` to automount the share when the environment started, and used a credential file stored in /root for security.
2828

29-
> Privledged Container must be set to true to mount a network share
29+
> Privileged Container must be set to true to mount a network share
3030
{: .prompt-tip }
3131

3232
Lets start with the credential file. It's a simple file that needs to live somewhere fstab can access. I used /root because `fstab` will run as root so I know it will have access.

_posts/2023-01-01-lxc-docker-setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ docker compose version
6464
sudo usermod -aG docker $USER
6565
```
6666

67-
You'll need to logout and log back in for the change to take effect
67+
> You'll need to logout and log back in for the change to take effect
68+
{: .prompt-warning }
69+
6870

6971
## Installing Lazydocker
7072

0 commit comments

Comments
 (0)