Slide 7
Slide 7 text
Docker File
• Set a User
• Install signed packages where possible, use apt-get
or yum if possible!
• Check GPG signatures of downloaded archives
• Beware curl http://somewhere.com | bash
• Docker Inc has some great examples of good
practices, copy with gusto.