Guest User

Untitled

a guest
Jul 19th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. 1. Start the container
  2.  
  3. ```shell
  4. $ docker run -d {docker image}
  5. f05ad96e2570da12c27784d0d4752c99269e25713bb8565c287eb52d8f97573f
  6. ```
  7.  
  8. 1. Extract the license from the container to standard out
  9.  
  10. ```shell
  11. $ docker cp f05ad96e2570da12c27784d0d4752c99269e25713bb8565c287eb52d8f97573f:/LICENSES.txt -
  12. ```
Add Comment
Please, Sign In to add comment