Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install_docker [2024/02/07 21:16] – created system | install_docker [2024/02/08 18:42] (current) – system | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== RADIUSdesk Docker Image ====== | ====== RADIUSdesk Docker Image ====== | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | * You need to know the basics of Docker | + | * You need to know the basics of Docker to be able to execute |
| - | * The Docker image will produce | + | * The Docker image will create |
| - | * One container will be the database | + | * One container will be the database |
| - | * The other container | + | * The other container |
| ===== Install Docker ===== | ===== Install Docker ===== | ||
| - | * We assume you are a user called | + | * We assume |
| - | * Issue the following commands to install the Docker system on your machine. | + | * Enter the following commands to install the Docker system on your computer. |
| <code bash> | <code bash> | ||
| USER=" | USER=" | ||
| Line 33: | Line 33: | ||
| sudo chmod 666 / | sudo chmod 666 / | ||
| - | # customize with your own. | + | # customize |
| sudo mkdir -p /mnt/data | sudo mkdir -p /mnt/data | ||
| # make sure all future data in this folder can be created as non root | # make sure all future data in this folder can be created as non root | ||
| Line 40: | Line 40: | ||
| ===== Create the Docker containers ===== | ===== Create the Docker containers ===== | ||
| - | * We include everything | + | * Everything you need to create the RADIUSdesk |
| * Check out the **rdcore** git repository. | * Check out the **rdcore** git repository. | ||
| <code bash> | <code bash> | ||
| Line 52: | Line 52: | ||
| sudo mount --bind ../ | sudo mount --bind ../ | ||
| </ | </ | ||
| - | * Run the **local_build.sh** script. | + | * Execute |
| <code bash> | <code bash> | ||
| ./ | ./ | ||
| Line 71: | Line 71: | ||
| </ | </ | ||
| - | * After it completed | + | * After the process is complete, |
| <code bash> | <code bash> | ||
| docker container ls | docker container ls | ||
| Line 78: | Line 78: | ||
| db3c6fa81d8b | db3c6fa81d8b | ||
| </ | </ | ||
| - | * Open a browser and go to the IP Address | + | * Open a browser and call up the IP address |