nnf-cbn / 2019-unconference

Organisation of the 2019 unconference
3 stars 4 forks source link

Docker workshop #23

Open Midnighter opened 5 years ago

Midnighter commented 5 years ago

Install

Reference

Playground & Tutorials

Bio Containers

Singularity

Midnighter commented 5 years ago

Someone made the following notes on the etherpad. I guess they're out of context here but didn't want to delete them.

Notes:

  • COPY can be done as none-root but requires flags:
  • COPY --chown=whale:nogroup demo.sh /demo.sh
  • this copies the file(s) to the target location with the given user/group properties but does not check/honor whether the user would normally have access to the target path (eg. "/").