Replies: 2 comments 1 reply
-
|
Was this working before? I don't use docker on M1 macOS, so I can't tell if it even worked on it at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is the first time I'm trying emanote so I have no idea if it was working before. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Following the docker installation instructions
When I run that code, the docker container starts and immediately exists with exit code 137
docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b23b2d893764 sridca/emanote "emanote -L /data ge…" 11 seconds ago Exited (137) 7 seconds ago nostalgic_maxwellFurther, docker logs return nothing. So it looks like the process has crashed very early.
To Reproduce
Code is
Expected behavior
I expect the docker container not to immediately exit.
Screenshots
Desktop (please complete the following information):
I'm on Mac OSX 12.0.1 with Docker version 20.10.10, build b485636
Additional context
Ideally I wanted to use
docker-compose. But I can't even get thedocker runexample command to run. So I suspect something has recently changed that means the run command is incorrect or something.Beta Was this translation helpful? Give feedback.
All reactions