Hi all.
my question may be too general. Sorry if it does not fit in the rules. Please let me know, I will cancel the question.
I am very new to docker. I began to get a docker image from GIT repo and start working on it and eventually used it. I am not able to go any further steps and thus In anticipation for help. I am here.
Image: I took it from GIT.
Installed:
DOcker for Windows 10.
C:\Users\myname\Downloads\Temp>docker version
Client: Docker Engine - Community
Version: 18.09.0
API version: 1.39
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:47:51 2018
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.0
API version: 1.39 (minimum version 1.12)
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:55:00 2018
OS/Arch: linux/amd64
Experimental: false
i am runining following command as how the command is mentioned in the URL I posted above. I get following error.
docker build -t oracle/obi-bvt .
C:\Users\ssomanchi\Downloads\Temp>docker run -ti --name bi-bvt oracle/obi-bvt
Unable to find image ‘oracle/obi-bvt:latest’ locally
docker: Error response from daemon: pull access denied for oracle/obi-bvt, repository does not exist or may require ‘docker login’.
See ‘docker run --help’.
