RobLoach / Dockie

:whale: Collection of Modern Development Environments for Docker
https://registry.hub.docker.com/repos/dockie/
Other
50 stars 18 forks source link

Add iputils-ping #40

Closed RobLoach closed 8 years ago

RobLoach commented 8 years ago

Fixes #39

@mccrodp Mind testing? Thanks!

mccrodp commented 8 years ago

Awesome, thanks for this! Yep, will try to get around to this tomorrow when I move some envs over to use your Drupal Docker Compose and hence this image.

I have a support request for advice on workflow if you get a chance: https://github.com/RobLoach/docker-compose-drupal/issues/4 Thanks

mccrodp commented 8 years ago

Hi @RobLoach. Not sure if there is a way to test this using Docker Compose, e.g.

image: dockie/dockie:iputils-ping

So, I removed my dockie image, cloned this repo and did cd to directory and ran make. I got this output (Mac Os X):

Installation failed, reverting ./composer.json to its original content.
The command '/bin/sh -c composer global require drush/drush:8.* &&   drush --version' returned a non-zero code: 2
make: *** [build] Error 1

EDIT: I also tried using the specific commit in the docker_compose.yml

ERROR: Tag d471183 not found in repository docker.io/dockie/dockie

What's the best way to build / test this? Thanks!