I'm trying to install IBM Cloud private (1.2) on Ubuntu 16.04.
I have docker configured via my daemon.json
to a custom path.
$ cat /etc/docker/daemon.json
{
"graph" : "/some/other/path"
}
Installation succeeded, but network related pods failed to start.
Without my custom path, install works great. The network pods started correctly.
How can I leverage custom docker paths configured via daemon.json
in IBM Cloud private installations?