$ docker pull ibmcom/datapower Using default tag: latest Error response from daemon: pull access denied for ibmcom/datapower, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Is this image still available? I can't find it on Docherhub. Thanks
Here is the command list cd C:\ProgramData\Docker (if this folder is missing, then in the Docker settings switch to Windows containers and once Docker is restarted Switch back to Linux containers) mkdir local mkdir C:\Vijay\Docker\SharedDir docker run -it -v $PWD/config:/drouter/config -v $PWD/local:/drouter/local -e DATAPOWER_ACCEPT_LICENSE=true -e DATAPOWER_INTERACTIVE=true -e DATAPOWER_WORKER_THREADS=4 -p 9090:9090 -p 5000-5020:5000-5020 --name IdgDemo ibmcom/datapower co web-mgmt admin-state enabled exit write mem localhost:9090 curl localhost:5001/test --data @C:\Vijay\Curl\Test.json Vijay.Akula@gmail.com
Also, In resources, I don't see Advanced or File Sharing options, I only see proxies, networ, and wsl integration options, please advise. Below is the docker version output
Client: Docker Engine - Community
Cloud integration: 1.0.9
Version: 20.10.5
API version: 1.41
Go version: go1.13.15
Git commit: 55c4c88
Built: Tue Mar 2 20:14:53 2021
OS/Arch: windows/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.5
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: 363e9a8
Built: Tue Mar 2 20:15:47 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.3
GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b
runc:
Version: 1.0.0-rc92
GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Kubernetes:
Version: Unknown
StackAPI: Unknown
$ docker pull ibmcom/datapower
Using default tag: latest
Error response from daemon: pull access denied for ibmcom/datapower, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Is this image still available?
I can't find it on Docherhub.
Thanks
Here is the command list
cd C:\ProgramData\Docker (if this folder is missing, then in the Docker settings switch to Windows containers and once Docker is restarted Switch back to Linux containers)
mkdir local
mkdir C:\Vijay\Docker\SharedDir
docker run -it -v $PWD/config:/drouter/config -v $PWD/local:/drouter/local -e DATAPOWER_ACCEPT_LICENSE=true -e DATAPOWER_INTERACTIVE=true -e DATAPOWER_WORKER_THREADS=4 -p 9090:9090 -p 5000-5020:5000-5020 --name IdgDemo ibmcom/datapower
co
web-mgmt
admin-state enabled
exit
write mem
localhost:9090
curl localhost:5001/test --data @C:\Vijay\Curl\Test.json
Vijay.Akula@gmail.com