mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Add Docker install instructions.
This commit is contained in:
parent
c7196fad6b
commit
c0bc9f3d5f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user