Hello All:
I am trying to install Oracle Enterprise Edition for database in imac using docker hub and after downloading image with docker pull command, I get this error when I give docker start oracle command with any of these ways:
docker start oracle
Error response from daemon: No such container: oracle
Error: failed to start containers: oracle
ARUNs-iMac:~ arunthapa$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker/getting-started latest bd9a9f733898 5 weeks ago 28.8MB
gvenzl/oracle-xe latest 279ed29e908d 6 weeks ago 3.23GB
gvenzl/oracle-xe 11 2fa8e681972e 6 weeks ago 715MB
store/oracle/database-enterprise 12.2.0.1-slim 27c9559d36ec 4 years ago 2.08GB
ARUNs-iMac:~ arunthapa$ docker run store/oracle/database-enterprise
Unable to find image 'store/oracle/database-enterprise:latest' locally
docker: Error response from daemon: manifest for store/oracle/database-enterprise:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Please help,
Thanks