Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "Alpine With AddStorage 2Ports": {
  3. "containers": {
  4. "alpine2p1": {
  5. "image": "alpine",
  6. "launch_order": 1,
  7. "opts": [
  8. [
  9. "-it",
  10. ""
  11. ]
  12. ],
  13. "ports": {},
  14. "volumes": {},
  15. "environment": {}
  16. },
  17. "alpine2p2": {
  18. "image": "alpine",
  19. "launch_order": 2,
  20. "opts": [
  21. [
  22. "-it",
  23. ""
  24. ]
  25. ],
  26. "ports": {},
  27. "volumes": {},
  28. "environment": {},
  29. "ports": {
  30. "9000": {
  31. "description": "Fake WebUI port. Suggested default: 9000",
  32. "host_default": 9000,
  33. "label": "WebUI port",
  34. "protocol": "tcp",
  35. "ui": true
  36. },
  37. "9100": {
  38. "description": "Fake second port. Suggested default: 9100",
  39. "host_default": 9100,
  40. "label": "Random port",
  41. "protocol": "tcp"
  42. }
  43. }
  44. }
  45. },
  46. "description": "Alpine test Rock-on.",
  47. "ui": {
  48. "slug": ""
  49. },
  50. "volume_add_support": true,
  51. "website": "",
  52. "version": "1.0"
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement