Advertisement
attie

Untitled

Dec 2nd, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. $ docker run --rm -it --entrypoint /bin/bash ownyourbits/nextcloudpi
  2. Unable to find image 'ownyourbits/nextcloudpi:latest' locally
  3. latest: Pulling from ownyourbits/nextcloudpi
  4. f5d23c7fed46: Already exists
  5. 36cca2fb6ce6: Pull complete
  6. 539f6f68d216: Pull complete
  7. 5417cef0d244: Pull complete
  8. 999ae4d69f13: Pull complete
  9. 1da92c1571f7: Pull complete
  10. 5e0403d00862: Pull complete
  11. 4f4fb700ef54: Pull complete
  12. 0530f1786ba5: Pull complete
  13. 4a9425300c56: Pull complete
  14. b97010607241: Pull complete
  15. ffeefbcdcc65: Pull complete
  16. 983cda8b826a: Pull complete
  17. eccb9bb1750c: Pull complete
  18. 3fbe97062180: Pull complete
  19. 712fa3096344: Pull complete
  20. 87518e962d64: Pull complete
  21. d154cb0276e7: Pull complete
  22. 12c2dd4c5e6d: Pull complete
  23. 9cddb42fba9b: Pull complete
  24. 7b1a543cfb31: Pull complete
  25. 66398aca571c: Pull complete
  26. bb19c97c8c8e: Pull complete
  27. a00299f62466: Pull complete
  28. da10c85ee386: Pull complete
  29. 18fec025f9f3: Pull complete
  30. Digest: sha256:4eafc68a105bd284bab139555c51f9d019297159500c3a770738a7ab7907c113
  31. Status: Downloaded newer image for ownyourbits/nextcloudpi:latest
  32. root@fa71894cc735:/# file /usr/bin/jq
  33. /usr/bin/jq: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=ea589b38db00f51ab2af31249aef185c5f57203c, stripped
  34. root@fa71894cc735:/# hexdump -Cv < /usr/bin/jq | head -n 20
  35. 00000000 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 |.ELF............|
  36. 00000010 03 00 3e 00 01 00 00 00 50 30 00 00 00 00 00 00 |..>.....P0......|
  37. 00000020 40 00 00 00 00 00 00 00 38 51 00 00 00 00 00 00 |@.......8Q......|
  38. 00000030 00 00 00 00 40 00 38 00 09 00 40 00 1b 00 1a 00 |....@.8...@.....|
  39. 00000040 06 00 00 00 04 00 00 00 40 00 00 00 00 00 00 00 |........@.......|
  40. 00000050 40 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 |@.......@.......|
  41. 00000060 f8 01 00 00 00 00 00 00 f8 01 00 00 00 00 00 00 |................|
  42. 00000070 08 00 00 00 00 00 00 00 03 00 00 00 04 00 00 00 |................|
  43. 00000080 38 02 00 00 00 00 00 00 38 02 00 00 00 00 00 00 |8.......8.......|
  44. 00000090 38 02 00 00 00 00 00 00 1c 00 00 00 00 00 00 00 |8...............|
  45. 000000a0 1c 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................|
  46. 000000b0 01 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 |................|
  47. 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  48. 000000d0 20 41 00 00 00 00 00 00 20 41 00 00 00 00 00 00 | A...... A......|
  49. 000000e0 00 00 20 00 00 00 00 00 01 00 00 00 06 00 00 00 |.. .............|
  50. 000000f0 90 4b 00 00 00 00 00 00 90 4b 20 00 00 00 00 00 |.K.......K .....|
  51. 00000100 90 4b 20 00 00 00 00 00 80 04 00 00 00 00 00 00 |.K .............|
  52. 00000110 d0 04 00 00 00 00 00 00 00 00 20 00 00 00 00 00 |.......... .....|
  53. 00000120 02 00 00 00 06 00 00 00 a0 4b 00 00 00 00 00 00 |.........K......|
  54. 00000130 a0 4b 20 00 00 00 00 00 a0 4b 20 00 00 00 00 00 |.K ......K .....|
  55. root@fa71894cc735:/# md5sum /usr/bin/jq
  56. 18217e14a732d6efbc657f1791b8a248 /usr/bin/jq
  57. root@fa71894cc735:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement