docker install

master
bel 2023-03-29 18:27:30 -06:00
parent 42f3a50f4e
commit 548b2c6aec
1 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ Foreground
* install dolphin (`snap install dolphin-emulator --beta`) * install dolphin (`snap install dolphin-emulator --beta`)
* `snap run dolphin-emulator.dolphin-emu` * `snap run dolphin-emulator.dolphin-emu`
* install docker (https://docs.docker.com/engine/install/debian/) * install docker (https://docs.docker.com/engine/install/debian/)
* `docker ps` * `usermod -aG docker gm`
* `newgrp docker; docker ps`
* `d=$HOME/Go/src/gogs.inhome.blapointe.com; mkdir -p $d; cd $d` * `d=$HOME/Go/src/gogs.inhome.blapointe.com; mkdir -p $d; cd $d`
* `git clone https://gogs.inhome.blapointe.com/bel/mayhem-party-venue.git mayhem-party-venue.d` * `git clone https://gogs.inhome.blapointe.com/bel/mayhem-party-venue.git mayhem-party-venue.d`