mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-01 13:32:33 -04:00
6 lines
171 B
Bash
Executable File
6 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
COMMAND="/bin/bash"
|
|
|
|
docker run --privileged -p 50022:22 -v="/home/${USER}/.config/f4exb:/home/sdr/.config/f4exb:rw" -i -t --rm sdrangel/bionic:server $COMMAND
|