Currently, chef-docker on Fedora 19 installs Docker 0.8.1 which does not support the -G or -e flag, both of which were added in Docker 0.9.
Potential solutions:
- logic check to determine whether flags should be present
- install from source/binary if Fedora 19 is detected
Currently, chef-docker on Fedora 19 installs Docker 0.8.1 which does not support the -G or -e flag, both of which were added in Docker 0.9.
Potential solutions: