This commit is contained in:
FlUxIuS 2024-06-04 04:06:24 +02:00
parent 71ca90f07d
commit fdbbde8466
4 changed files with 4 additions and 2 deletions

View File

@ -114,6 +114,7 @@ RUN ./entrypoint.sh inspection_decoding_tools
RUN ./entrypoint.sh qsstv_soft_install
RUN ./entrypoint.sh ice9_bluetooth_soft_install
RUN ./entrypoint.sh gps_sdr_sim_soft_install
RUN ./entrypoint.sh retrogram_soapysdr_soft_install # enable by uncommenting
# Installing SA device modules
RUN ./entrypoint.sh kc908_sa_device # Note: Only works on x86_64

View File

@ -121,7 +121,7 @@ To run a container, use the command `./rfswift run -h` to see needed arguments:
-i, --image string image (by default: 'myrfswift:latest')
By default, you can the command without arguments if you want to start the `/bin/bash` interpreter and use the default image tag name, and with default environement diplay variable.
By default, you can the command without arguments if you want to start the `/bin/bash` interpreter and use the default image tag name, and with default envirnement display variable.
### Not able to see some devices

View File

@ -111,7 +111,7 @@ var pullCmd = &cobra.Command{
var renameCmd = &cobra.Command{
Use: "rename",
Short: "rename a image",
Short: "rename an image",
Long: `Rename an image with another tag`,
Run: func(cmd *cobra.Command, args []string) {
rfdock.DockerRename(ImageRef, ImageTag)

View File

@ -116,6 +116,7 @@ RUN ./entrypoint.sh inspection_decoding_tools
RUN ./entrypoint.sh qsstv_soft_install
RUN ./entrypoint.sh ice9_bluetooth_soft_install
RUN ./entrypoint.sh gps_sdr_sim_soft_install
RUN ./entrypoint.sh retrogram_soapysdr_soft_install # enable by uncommenting
# Installing SA device modules
RUN ./entrypoint.sh kc908_sa_device # Note: Only works on x86_64