hectcastro / docker-riak-cs

A Docker project to bring up a local Riak CS cluster.
https://registry.hub.docker.com/u/hectcastro/riak-cs/
Apache License 2.0
42 stars 21 forks source link

Boot2docker fix #9

Closed dbaba closed 10 years ago

dbaba commented 10 years ago

The plain boot2docker image contains BusyBox, where some of GNU commands are different from other Linux distros. I found issues regarding seq and xargs when running this dockerfile on boot2docker. Here is a fix.

As per your request, I created a pull request merging to the develop branch.

hectcastro commented 10 years ago

Merged in https://github.com/hectcastro/docker-riak-cs/commit/f0683a71d61f05979b9f9cb3b3aac7ff46548e14. Thanks, @dbaba.