diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-19 10:27:16 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-19 10:27:16 +0000 |
commit | 03632900684b0a7a297c4821dd339f61f211ba57 (patch) | |
tree | bddc1144e235f75f6971945b113650a6ff9ac827 /_posts | |
parent | README.md: update (diff) | |
download | blog-03632900684b0a7a297c4821dd339f61f211ba57.tar.gz blog-03632900684b0a7a297c4821dd339f61f211ba57.zip |
bind-mounts: link to commit instead of whole repo
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2020-05-06-docker-bind-mounts.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------ |