Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. sparklyballs@testbed:~$ docker run --rm=true -it sparklyballs/couchtest bash
  2. Unable to find image 'sparklyballs/couchtest:latest' locally
  3. latest: Pulling from sparklyballs/couchtest
  4. 6c40cc604d8e: Pull complete
  5. f2f33403032e: Pull complete
  6. c5aa019df9fa: Pull complete
  7. e6b026c144be: Pull complete
  8. 0125de2b7047: Pull complete
  9. c2135fea7b26: Pull complete
  10. ec7c77fb8729: Pull complete
  11. 963a882ee271: Pull complete
  12. Digest: sha256:ef5440cb7802ee46061fc82c8dad06bac6a7df99b3b3bfbe3962b63e6b04be8d
  13. Status: Downloaded newer image for sparklyballs/couchtest:latest
  14. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  15. [s6-init] ensuring user provided files have correct perms...exited 0.
  16. [fix-attrs.d] applying ownership & permissions fixes...
  17. [fix-attrs.d] done.
  18. [cont-init.d] executing container initialization scripts...
  19. [cont-init.d] 10-adduser: executing...
  20. usermod: no changes
  21.  
  22. User uid: 911
  23. User gid: 911
  24. -------------------------------------
  25.  
  26. [cont-init.d] 10-adduser: exited 0.
  27. [cont-init.d] 30-config: executing...
  28. [cont-init.d] 30-config: exited 0.
  29. [cont-init.d] done.
  30. [services.d] starting services
  31. [services.d] done.
  32. root@2ca1d644d8f0:/app/couchpotato$ exit
  33. exit
  34. [cmd] bash exited 0
  35. [cont-finish.d] executing container finish scripts...
  36. [cont-finish.d] done.
  37. [s6-finish] waiting for services.
  38. [s6-finish] sending all processes the TERM signal.
  39. [s6-finish] sending all processes the KILL signal and exiting.
  40. sparklyballs@testbed:~$ docker run --rm=true -it linuxserver/couchpotato bash
  41. Unable to find image 'linuxserver/couchpotato:latest' locally
  42. latest: Pulling from linuxserver/couchpotato
  43. 5f37152e7b07: Pull complete
  44. 6290ddbf6dca: Pull complete
  45. 89e2af6d2b5f: Pull complete
  46. 5f8129ab8efd: Pull complete
  47. 83adaa70ef6f: Pull complete
  48. 180c9f08048f: Pull complete
  49. Digest: sha256:8aeec9d16a146e74cb7650f70e0de704c4b2a391b2e20ae17bba3e638f1186b4
  50. Status: Downloaded newer image for linuxserver/couchpotato:latest
  51. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  52. [s6-init] ensuring user provided files have correct perms...exited 0.
  53. [fix-attrs.d] applying ownership & permissions fixes...
  54. [fix-attrs.d] done.
  55. [cont-init.d] executing container initialization scripts...
  56. [cont-init.d] 10-adduser: executing...
  57. usermod: no changes
  58.  
  59. -------------------------------------
  60. _ ()
  61. | | ___ _ __
  62. | | / __| | | / \
  63. | | \__ \ | | | () |
  64. |_| |___/ |_| \__/
  65.  
  66.  
  67. Brought to you by linuxserver.io
  68. We gratefully accept donations at:
  69. https://www.linuxserver.io/donate/
  70. -------------------------------------
  71. GID/UID
  72. -------------------------------------
  73.  
  74. User uid: 911
  75. User gid: 911
  76. -------------------------------------
  77.  
  78. [cont-init.d] 10-adduser: exited 0.
  79. [cont-init.d] 30-config: executing...
  80. [cont-init.d] 30-config: exited 0.
  81. [cont-init.d] done.
  82. [services.d] starting services
  83. [services.d] done.
  84. root@97d9831d29f2:/app/couchpotato$ exit
  85. exit
  86. [cmd] bash exited 0
  87. [cont-finish.d] executing container finish scripts...
  88. [cont-finish.d] done.
  89. [s6-finish] waiting for services.
  90. [s6-finish] syncing disks.
  91. [s6-finish] sending all processes the TERM signal.
  92. [s6-finish] sending all processes the KILL signal and exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement