Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. root@localhost:~# rkt cat-manifest 9dd47840
  2. {
  3. "acVersion": "1.23.0",
  4. "acKind": "PodManifest",
  5. "apps": [
  6. {
  7. "name": "memcached",
  8. "image": {
  9. "name": "example.com/memcached",
  10. "id": "sha512-a345274486054350c357316cfed39aaf30485dc2489852cdfe1944261ab08c5a",
  11. "labels": [
  12. {
  13. "name": "version",
  14. "value": "latest"
  15. },
  16. {
  17. "name": "arch",
  18. "value": "amd64"
  19. },
  20. {
  21. "name": "os",
  22. "value": "linux"
  23. }
  24. ]
  25. },
  26. "app": {
  27. "exec": [
  28. "/usr/bin/memcached"
  29. ],
  30. "user": "memcached",
  31. "group": "memcached",
  32. "workingDirectory": "/",
  33. "environment": [
  34. {
  35. "name": "PATH",
  36. "value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  37. }
  38. ]
  39. }
  40. }
  41. ],
  42. "volumes": null,
  43. "isolators": null,
  44. "annotations": [
  45. {
  46. "name": "coreos.com/rkt/stage1/mutable",
  47. "value": "false"
  48. }
  49. ],
  50. "ports": []
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement