Guest User

Untitled

a guest
Sep 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. version: '3'
  2. services:
  3. # docker-compose run ps
  4. ps:
  5. image: mcr.microsoft.com/powershell:ubuntu-xenial
  6. stdin_open: true
  7. tty: true
  8. container_name: ps1
  9. volumes:
  10. - ./:/your_code
Add Comment
Please, Sign In to add comment