Add Docker install instructions.

This commit is contained in:
srcejon 2023-12-01 11:55:17 +00:00
parent c7196fad6b
commit c0bc9f3d5f
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ The `compose` folder contains files to build the Docker compose stack comprising
The SDRangel source tree is mounted in both containers as writable so the generated code can be written directly from the code generator or the Swagger files served by the http server.
<h2>Install Docker on Ubuntu</h2>
sudo apt install docker.io docker-buildx docker-compose
sudo usermod -aG docker $USER
* reboot *
<h2>Server</h2>
Use `build.sh` to build the image. It takes the following arguments: