Implementing SZVY Central V2 requires a systematic approach to ensure security and functionality.
: Administrators must define user roles and credentials within the central hub before remote connections can be established. Benefits of Upgrading to V2
: V2 supports more robust network configurations, allowing for stable remote access through a variety of IP-based environments.
By centralizing management into a single, high-performance platform, SZVY Central V2 empowers organizations to maintain a higher standard of oversight with fewer manual hurdles. Update 27.0 for Business Central 2025 release wave 2
Understanding SZVY Central V2: The Next Evolution in Management
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’.» Implementing SZVY Central V2 requires a systematic approach
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.