root $ root $ docker container list CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 71cbb84cf531 basex/basexhttp:latest "/usr/local/bin/mvn-…" 33 minutes ago Up 33 minutes 0.0.0.0:1984->1984/tcp, 0.0.0.0:8984->8984/tcp, 8985/tcp basexhttp root $ root $ docker cp hello.xml basexhttp:hello.xml root $ root $ docker run -ti basex bash Unable to find image 'basex:latest' locally docker: Error response from daemon: pull access denied for basex, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. root $