-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exec /usr/local/bin/wrap-start-app.sh: no such file or directory #248
Comments
¡Hola! ¿Me puedes contar qué estás usando exactamente para levantar la app? ¿Estás usando docker-compose o te lo estás haciendo un poco por tu cuenta? Lo que parece que te está pasando es que no se te está montando correctamente el script de arranque ¿Hay algo más en tus logs sobre ese fichero? Por cierto, no tengo nada de experiencia con docker en Windows, por lo que a lo mejor hace falta algo más para que esto funcione 😅 Hay reportes de gente que le funcionó, y efectivamente el tema de montaje de ficheros y tal suele ser un problema. A ver si este issue te da alguna pista #240 |
Buenas
Sigo las instrucciones paso a paso
Desde aquí
https://github.com/montera34/pageonex/blob/master/doc/docker/running-pageonex-locally-with-docker-compose.md
Uso desde cmd
docker-compose up
Tengo otros contenedores funcionando sin problemas
El El lun, 16 sept 2024 a las 13:34, Rafael Porres Molina <
***@***.***> escribió:
… ¡Hola! ¿Me puedes contar qué estás usando exactamente para levantar la
app? ¿Estás usando docker-compose o te lo estás haciendo un poco por tu
cuenta?
Lo que parece que te está pasando es que no se te está montando
correctamente el script de arranque docker-compose-files/wrap-start-app.sh.
En el docker-compose.yml
<https://github.com/montera34/pageonex/blob/master/docker-compose.yml#L43>
hay una línea para hacerlo disponible al contenedor, por eso me extraña el
problema.
¿Hay algo más en tus logs sobre ese fichero?
Por cierto, no tengo nada de experiencia con docker en Windows, por lo que
a lo mejor hace falta algo más para que esto funcione 😅
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCHB7QOVZIUKW35LCPNVDE3ZW263LAVCNFSM6AAAAABOI7MHJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJSGY3DOMRUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Pues según que versiones, hay reportes de problemas de docker-compose con Windows cuando se usan rutas relativas a ficheros como en docker-compose.yml
Puedes tratar de modificar localmente ese fichero para que contenga una ruta absoluta al fichero |
¡Gracias por el dato!
Lo reviso y te cuento
El El lun, 16 sept 2024 a las 17:35, Rafael Porres Molina <
***@***.***> escribió:
… Pues según que versiones, hay reportes de problemas de docker-compose con
Windows cuando se usan rutas relativas a ficheros como en
docker-compose.yml
<https://github.com/montera34/pageonex/blob/master/docker-compose.yml#L43>
- docker/compose#8922 <docker/compose#8922>
-
https://stackoverflow.com/questions/49017666/relative-path-with-docker-compose-shared-volumes
Puedes tratar de modificar localmente ese fichero para que contenga una
ruta absoluta al fichero wrap-start-app.sh
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCHB7QIQN3Z3Q26HMM6FVH3ZW33CZAVCNFSM6AAAAABOI7MHJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJTGI2TOOJXGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Buenas
![1](https://private-user-images.githubusercontent.com/143531969/367720123-c2b9ad2b-d959-468e-a2ef-f2484b6b423f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODUxMTgsIm5iZiI6MTczOTU4NDgxOCwicGF0aCI6Ii8xNDM1MzE5NjkvMzY3NzIwMTIzLWMyYjlhZDJiLWQ5NTktNDY4ZS1hMmVmLWYyNDg0YjZiNDIzZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMjAwMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MWIyMzIwZWVmYzI4MzE3YTEyOGRmYzg3NTZiMTMxMDE4ZjdlODU0YjcyMGEzOWY4MWEyM2NiZDE5MGIwZWEwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dk_R5tG7RRgSUTmfKlY_1d_hmQBTA0OtSs6tgtBtoGE)
Usando Windows 10 y
Usando la instalación con git clone y demás. Todo ok, pero no es capaz de levantar la app
viendo el log tengo esto
2024-09-14 10:00:54 exec /usr/local/bin/wrap-start-app.sh: no such file or directory
2024-09-14 10:01:57 exec /usr/local/bin/wrap-start-app.sh: no such file or directory
The text was updated successfully, but these errors were encountered: