Re: Error in installing via Docker and help needed for integrating with REST API
asharma@...
Hi Ashley,
I ran the following 3 commands: git clone --recurse-submodules -b v1.0.1 https://github.com/daos-stack/daos.git cd daos docker build https://github.com/daos-stack/daos.git#v1.0.1:utils/docker \
-f Dockerfile.centos.7 -t daos This means I checked out the v1.0.1 branch and ran with the v1.0.1 docker file on it. I was running v1.0.1 because I thought i should use the last stable version as I am using this in a project. Do you suggest I try with the master clone and master Docker file? |
|