Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ---
  2. platform: linux
  3.  
  4. image_resource:
  5. type: docker-image
  6. source: {repository: busybox}
  7.  
  8. run:
  9. path: echo
  10. args: [hello world]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement