This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker [2022/11/11 02:31] – vissie | docker [2023/10/01 00:22] (current) – [Setup] vissie | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| =====Setup===== | =====Setup===== | ||
| Installing Docker on Debian 11 | Installing Docker on Debian 11 | ||
| - | sudo apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common | + | sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common |
| - | curl -fsSL https:// | + | curl -fsSL https:// |
| echo "deb [arch=amd64 signed-by=/ | echo "deb [arch=amd64 signed-by=/ | ||
| - | apt-get update | + | |
| - | apt-get install docker-ce docker-ce-cli containerd.io | + | |
| - | docker | + | docker |
| sudo systemctl status docker | sudo systemctl status docker | ||
| | | ||
| Line 18: | Line 18: | ||
| Bind volume / | Bind volume / | ||
| docker run -d --name mailpile -p 33411:33411 -v / | docker run -d --name mailpile -p 33411:33411 -v / | ||
| + | |||
| + | =====Rainloop===== | ||
| + | | ||
| + | |||
| =====MySQL===== | =====MySQL===== | ||
| Line 44: | Line 48: | ||
| -d -p 8080:8080 guacamole/ | -d -p 8080:8080 guacamole/ | ||
| + | =====Ubuntu & LXDE===== | ||
| + | docker run -d --name Ubuntu_LXDE -p 5901:5900 centminmod/ | ||
| + | | ||