Often used with "all-in-one" RC simulator USB dongles that support multiple simulator protocols (G7, Phoenix, VRC, etc.).
: Use the physical switch on the dongle or the Feiying Simulator Helper software to select the mode corresponding to your simulator (e.g., Mode 1 for PhoenixRC, Mode 3 for RealFlight).
The (also known as FeiYing Simulator Launcher) is a utility software used to configure multi-protocol USB dongles for RC (Radio Control) flight simulators. It acts as an interface between your physical remote control and the computer, allowing you to switch between different protocols to ensure compatibility with various simulation software. Key Features and Compatibility
Finding a reliable can be challenging because the software is often distributed via mini-DVDs that may be damaged or lost. FeiYing Simulator Launcher Installation and Configuration
muy útil y sencillo. Enhorabuena.
Al añañdir el comando -v $PWD:/www/myapp, -> aparece en el cmd:
«docker: Error response from daemon: create $PWD: «$PWD» includes invalid characters for a local volume name, only «[a-zA-Z0-9][a-zA-Z0-9_.-]» are allowed. If you intended to pass a host directory, use absolute path.
See ‘docker run –help’.»
Un saludo
Hola Jose Antonio,
¿podría ser que estuvieses en Windows? En ese caso «$PWD» , que hace referencia al path absoluto actual en el que estás, no funcionará. Tendrás que usar «%CD%» si estás en Windows.
En cualquier caso tanto $PWD como %CD% no dejan de ser atajos para describir un path, si quieres puedes probar a meter directamente el path absoluto e el que se encuentre la app. Pruébalo y nos cuentas.