Expected behavior
Before getting the updates pushed out today, my docker-composition would start up fine. Now I have upgraded to today’s updates and restarted the host. Trying to bring up my containers again fails
Actual behaviour
[timlinux@mbp ~/dev/python/projecta/deployment (develop *)]$ docker-compose -p projecta up --no-deps -d devweb
Starting projecta-dev-web
ERROR: for devweb Unknown runtime specified default
ERROR: Encountered errors while bringing up the project.
The docker project I am using is here: prj.app/deployment/docker-compose.yml at develop · kartoza/prj.app · GitHub
Removing the offending containers and spinning up the docker-compose again resolves the issue.
Information
Diagnostic id: E95B947D-249C-4196-A3B3-E1D07C2689B0
Docker for Mac: version: mac-v1.12.0-beta18-3-gec40b14
OS X: version 10.11.5 (build: 15F34)
logs: /tmp/20160706-140204.tar.gz
[OK] docker-cli
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux
- the output of:
Moby Menu > Diagnose & Feedback
on OSX
- a reproducible case if this is a bug, Dockerfiles FTW
- page URL if this is a docs issue or the name of a man page
- host distribution and version ( OSX 10.10.x, OSX 10.11.x, Windows, etc )
Steps to reproduce the behavior
- …
- …