From 03632900684b0a7a297c4821dd339f61f211ba57 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 19 May 2020 10:27:16 +0000 Subject: bind-mounts: link to commit instead of whole repo --- _posts/2020-05-06-docker-bind-mounts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_posts') diff --git a/_posts/2020-05-06-docker-bind-mounts.md b/_posts/2020-05-06-docker-bind-mounts.md index 9853331..3e7b72a 100644 --- a/_posts/2020-05-06-docker-bind-mounts.md +++ b/_posts/2020-05-06-docker-bind-mounts.md @@ -163,8 +163,9 @@ every machine (each time when creating a container). For my project [jekyll-docker] I opted for the former approach, making sure the `jekyll` process runs with the same UID as the user who built the image (unless it was built by root, in which case it falls back to a custom UID of 999). +Seems to work quite nicely in practice. -[jekyll-docker]: https://github.com/egor-tensin/jekyll-docker +[jekyll-docker]: https://github.com/egor-tensin/jekyll-docker/tree/7d1824a5fac0ed483bc49209bbd89f564a7bcefe Useful links ------------ -- cgit v1.2.3