projectatomic / atomicapp

[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App
102 stars 71 forks source link

error when deleting containers in 0.6.2 #794

Closed jberkus closed 8 years ago

jberkus commented 8 years ago

Using the Nulecule config I have for projectatomic/atomic-site, I used to auto-delete the container when I stopped testing the site updates. However, as of AtomicApp 0.6.2, this no longer works:

Error deleting container: Error response from daemon: Conflict, You cannot remove a running conta
iner. Stop the container before attempting removal or use -f

Under 0.5.X, this worked fine. Did something change in the order of shutdown? Or is this an issue with docker?

cdrage commented 8 years ago

@jberkus hmmm, shouldn't have, mind doing it with the -v command so we can get some verbose logging info?

jberkus commented 8 years ago

-v didn't result in any additional output.

josh ~/git/redhat/atomic-site-master (giuseppe-intro-system-containers) $ Error deleting container: Error response from daemon: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
write /dev/stdout: broken pipe
jberkus commented 8 years ago

So, after some testing this is a bug in Docker itself. As a result, closing here.