Closed LalatenduMohanty closed 8 years ago
@LalatenduMohanty You forgot to eval docker environment variable through vagrant service-manager env docker
.
I am able to perform docker images
, docker ps
etc
@budhrg right, with env docker
it is working fine. However I think we have an user experience bug here. Compare number of steps user has to perform between OC binary and docker binary. I will open another bug for that.
@LalatenduMohanty ya np. We can discuss there the possible solutions.
OS details: Fedora 23
Provider: Libvirt
Output of
vagrant -v
:Output of
vagrant plugin list
:Output of
vagrant service-manager box version
:Steps to reproduce the issue:
vagrant up
vagrant service-manager install-cli openshift
export PATH=/root/.vagrant.d/data/service-manager/bin/openshift/1.2.0:$PATH
oc login openshift.adb:8443
vagrant service-manager install-cli docker
docker images
or any docker command