Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

++ echo 'Error on line 163 of "setup_docker.sh".' #22

Open
anupdel opened this issue Apr 23, 2023 · 0 comments
Open

++ echo 'Error on line 163 of "setup_docker.sh".' #22

anupdel opened this issue Apr 23, 2023 · 0 comments

Comments

@anupdel
Copy link

anupdel commented Apr 23, 2023

  • cd -
    /root
  • docker stop oci360-tool
    Error response from daemon: No such container: oci360-tool
  • true
  • docker rm oci360-tool
    Error response from daemon: No such container: oci360-tool
  • true
  • docker run --name oci360-tool --restart unless-stopped -d -p 1521:1521 -e ORACLE_CHARACTERSET=AL32UTF8 -e ORACLE_SID=XE -e ORACLE_PDB=XEPDB1 -v /u01/oci360_database/oradata:/opt/oracle/oradata -v /u01/oci360_database/setup:/opt/oracle/scripts/setup -v /u01:/u01 oracle/database:18.4.0-xe
    Unable to find image 'oracle/database:18.4.0-xe' locally
    docker: Error response from daemon: pull access denied for oracle/database, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
    See 'docker run --help'.
    ++ trap_err 163
    ++ echo 'Error on line 163 of "setup_docker.sh".'
    Error on line 163 of "setup_docker.sh".
    ++ exit 1

need help!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant