I\'m running CoreOS stable 494.5.0 using Vagrant/VirtualBox and am running the vanilla ruby:2.1.5 Docker image. I\'m trying to use Pipework to connect the Docker container to a
Docker containers do not have full privileges by default. Try adding this to the docker run command:
docker run
--cap-add=NET_ADMIN
List of capabilities