Skip to content
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

Some docker containers never stopped after kernel generator execution #24

Open
FabienZa opened this issue Sep 30, 2020 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@FabienZa
Copy link
Contributor

After the execution of kernel_generator.py some docker containers are still executed and are never stopped.

user@ubuntu-server:~/tuxml$ docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
02301babf9d9        tuxml/tuxml:dev     "bash"              40 minutes ago      Up 40 minutes                           nostalgic_antonelli
2aa85aad75a9        082c903f5449        "bash"              5 hours ago         Up 5 hours                              ecstatic_liskov
3bb5d42f3411        082c903f5449        "bash"              6 hours ago         Up 6 hours                              infallible_galois
@FabienZa FabienZa added the bug Something isn't working label Sep 30, 2020
@alxvqold
Copy link
Contributor

I think this is linked with #23, try without the --logs option to see if the container keeps running

@alxvqold
Copy link
Contributor

What I want to say is that I think it occurs when the script crashes and cannot stop the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants