mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Just reload the environment (#827)
This commit is contained in:
committed by
Aiden McClelland
parent
18e9d260d0
commit
8332903b3a
@@ -13,7 +13,7 @@
|
||||
- `sudo apt install -y docker.io`
|
||||
- https://docs.docker.com/get-docker
|
||||
- Add your user to the docker group: `sudo usermod -a -G docker $USER`
|
||||
- If you have issues here, try to logout or reboot your system
|
||||
- Reload user environment `exec sudo su -l $USER`
|
||||
- Prepare Docker environment
|
||||
- Setup buildx (https://docs.docker.com/buildx/working-with-buildx/)
|
||||
- Create a builder: `docker buildx create --use`
|
||||
|
||||
Reference in New Issue
Block a user