Re: Docker crashes on HEAD

2015-10-08 Thread Samuel Cassiba
Try: docker exec -it container zsh (I suspect anything that isn't baked into the image) Since zsh probably doesn't exist in a container, Docker daemon should happily crash. On Thu, Oct 8, 2015 at 8:14 AM, Allan Jude wrote: > On 2015-10-08 11:09, Samuel Cassiba wrote: > > I've been playing aroun

Re: Docker crashes on HEAD

2015-10-08 Thread Allan Jude
On 2015-10-08 11:09, Samuel Cassiba wrote: > I've been playing around with Docker on FreeBSD and have encountered some > crashiness. When I go to jump in a container using 'docker exec', if I > accidentally typo the command, the Docker daemon itself crashes, which > leaves the host and any running

Docker crashes on HEAD

2015-10-08 Thread Samuel Cassiba
I've been playing around with Docker on FreeBSD and have encountered some crashiness. When I go to jump in a container using 'docker exec', if I accidentally typo the command, the Docker daemon itself crashes, which leaves the host and any running containers in an inconsistent state. The biggest st