Guest User

Untitled

a guest
Apr 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. docker pull swift
  4.  
  5. docker run -it --name swifttest --mount type=bind,source=c:/projects/swift,target=/app --security-opt seccomp=unconfined swift:4.1 /bin/bash
  6.  
  7. # Run these next commands when you want to start your container the next time after you create it
  8.  
  9. docker start swifttest
  10.  
  11. docker exec -it swifttest bash
Add Comment
Please, Sign In to add comment