You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-01-01-lxc-docker-setup.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,40 @@ sudo usermod -aG docker $USER
65
65
```
66
66
67
67
You'll need to logout and log back in for the change to take effect
68
+
69
+
## Installing Lazydocker
70
+
71
+
Lazydocker is basically a CLI portainer. Rather than running a service for a single container running in LXC. I like to install lazy docker to manage things. Install is easy by using the script they provide, but I prefer to run my own.
72
+
73
+
```bash
74
+
#!/bin/bash
75
+
76
+
# allow specifying different destination directory
77
+
DIR="/usr/local/bin"
78
+
79
+
# map different architecture variations to the available binaries
0 commit comments