-
Notifications
You must be signed in to change notification settings - Fork 414
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
Runtime error after first run #17
Comments
Do I need some kind of go standard library? |
Could this be causing trouble?
|
If I leave off |
Oh! the offical docker nginx repo makes these links:
Is that what's causing the failure? |
Can confirm that replacing the links with regular files fixes the stacktrace, when using |
Proposed fix:Defensively code the part that redirects log files to stdout/error. |
I'd do it, but I'm no go pro! |
Could this be related to overlayfs? |
It's have same effect like dockerize's |
I'm trying to test dockerise using the nginx example, but when my container runs
I get this scary stacktrace:
The text was updated successfully, but these errors were encountered: