nsaunders

Untitled

Sep 4th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. root $
  2. root $ docker container list
  3. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  4. 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
  5. root $
  6. root $ docker cp hello.xml basexhttp:hello.xml
  7. root $
  8. root $ docker run -ti basex bash
  9. Unable to find image 'basex:latest' locally
  10. 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.
  11. See 'docker run --help'.
  12. root $
  13.  
Add Comment
Please, Sign In to add comment