I am trying to run the following docker command:
docker run -i -t ubuntu /bin/bash
But I get the error:
Unable to find imag
According to http://golang.org/src/pkg/crypto/x509/root_unix.go, you should append your certificate to one of the following:
Find the one that exists on your system, and append your certificate to it.
(And be ready to do it again when you upgrade the package containing that file...)
I hope there is a better method, but this is the only one I found so far :-)