From f94a40af0b9c3b520ccadb55dbf69d26a2a3cb25 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 14:34:02 +0300 Subject: bind-mounts: fix a typo --- _posts/2020-05-06-docker-bind-mounts.md | 2 +- 1 file changed, 1 insertion(+), 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 4141bf7..7ad46ac 100644 --- a/_posts/2020-05-06-docker-bind-mounts.md +++ b/_posts/2020-05-06-docker-bind-mounts.md @@ -188,7 +188,7 @@ All of that could cause problems with some applications. One scenario I had to deal with is making an image that bundles all the gems (and a specific Ruby version) for my Ruby web application. That application shouldn't be run as root, but it must be able to pick up code -changes on the fly, and I should be able `docker exec` into the container, +changes on the fly, and I should be able to `docker exec` into the container, update the dependencies (along with Gemfile[.lock], and those changes should be reflected on the host without messing up file metadata), and restart the app. It's quite easy to install the dependencies in the Dockerfile, but they (along -- cgit v1.2.3