Running a Container as a non-root User: Revision history

From UCSC Genomics Institute Computing Infrastructure Information

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 November 2023

  • curprev 03:4603:46, 27 November 2023Weiler talk contribsm 5,593 bytes +2 No edit summary
  • curprev 03:3803:38, 27 November 2023Weiler talk contribs 5,591 bytes +5,591 Created page with "Information here pulled from an article by Lucas Wilson-Richter on medium.com: https://medium.com/redbubble/running-a-docker-container-as-a-non-root-user-7d2e00f8ee15 =='''The Problem: Docker writes files as root'''== Sometimes, when we run builds in Docker containers, the build creates files in a folder that’s mounted into the container from the host (e.g. the source code directory). This can cause us pain, because those files will be owned by the root user. When..."