Add Docker pages #2

Open
aqua3 wants to merge 10 commits from dev into main
1 changed files with 14 additions and 0 deletions
Showing only changes of commit fdebda26e7 - Show all commits

View File

@ -27,3 +27,17 @@ git clone https://github.com/echomav/echopilot_deploy.git /tmp/echopilot_deploy
Using the web user interface, you can now configure mavlink-router endpoints. The most common scenario is UDP Client pushing data to the ground control system computer.
## cockpit-docker
[Source](https://askubuntu.com/a/1522863)
```
sudo apt install -y nodejs gettext make
wget https://github.com/chabad360/cockpit-docker/releases/download/16/cockpit-docker-16.tar.xz
tar xvf cockpit-docker-16.tar.xz
cd cockpit-docker
export NODE_ENV=production
sudo make install PREFIX="/usr"
sudo systemctl restart cockpit.{socket,service}
```