Guest User

Untitled

a guest
Jan 30th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. RUN apt-get install cifs-utils -y
  2. RUN mkdir /opt/shared
  3. #RUN mount -v -t cifs //10.20.25.14/PIANOReports /opt/shared -o
  4. "user=username,password=mypass-,domain=eu,sec=ntlm"
  5.  
  6. anaconda:
  7. privileged: true
  8. image: piano_anaconda:latest
  9. security_opt:
  10. - seccomp:unconfined
  11. cap_add:
  12. - SYS_ADMIN
  13. - DAC_READ_SEARCH
  14. build:
  15. context: .
  16. dockerfile: dockerfile_anaconda
Add Comment
Please, Sign In to add comment