Last active
July 11, 2024 11:13
-
-
Save mrtns/69a92fb387c20bf9add622c4304876b6 to your computer and use it in GitHub Desktop.
Revisions
-
mrtns revised this gist
Apr 24, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,5 @@ Prior to Docker supporting User Namespaces * [Mounting volumes and mapping host user to docker user](https://github.com/moby/moby/issues/22258) Apr 2016 With User Namespaces * [Using User Namespaces on Docker](https://coderwall.com/p/s_ydlq/using-user-namespaces-on-docker) Nov 2017 * [Docker and --userns-remap, how to manage volume permissions to share data between host and container?](https://stackoverflow.com/questions/35291520/docker-and-userns-remap-how-to-manage-volume-permissions-to-share-data-betwee) Feb 2016 -
mrtns revised this gist
Apr 24, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,15 @@ # Background * [Understanding how uid and gid work in Docker containers](https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf) Jan 2017 * [Processes In Containers Should Not Run As Root](https://medium.com/@mccode/processes-in-containers-should-not-run-as-root-2feae3f0df3b) Sept 2017 # Solutions Prior to Docker supporting User Namespaces * [Handling Permissions with Docker Volumes](https://denibertovic.com/posts/handling-permissions-with-docker-volumes/) Feb 2016 * [Mounting volumes and mapping host user to docker user](https://github.com/moby/moby/issues/22258) Apr 2016 With User Namespaces * [Using User Namespaces on Docker](https://coderwall.com/p/s_ydlq/using-user-namespaces-on-docker) * [Docker and --userns-remap, how to manage volume permissions to share data between host and container?](https://stackoverflow.com/questions/35291520/docker-and-userns-remap-how-to-manage-volume-permissions-to-share-data-betwee) Feb 2016 -
mrtns created this gist
Apr 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ h1. Background * [Understanding how uid and gid work in Docker containers](https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf) Jan 2017 * [Processes In Containers Should Not Run As Root](https://medium.com/@mccode/processes-in-containers-should-not-run-as-root-2feae3f0df3b) Sept 2017 h1. Solutions Prior to Docker supporting User Namespaces * [Handling Permissions with Docker Volumes](https://denibertovic.com/posts/handling-permissions-with-docker-volumes/) Feb 2016 * [Mounting volumes and mapping host user to docker user](https://github.com/moby/moby/issues/22258) Apr 2016 With User Namespaces * [Using User Namespaces on Docker](https://coderwall.com/p/s_ydlq/using-user-namespaces-on-docker) * [Docker and --userns-remap, how to manage volume permissions to share data between host and container?](https://stackoverflow.com/questions/35291520/docker-and-userns-remap-how-to-manage-volume-permissions-to-share-data-betwee)