From 0620d35078708fd4b62eeec3bf7d89ddd77041b7 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 16 Apr 2019 23:01:00 -0600 Subject: [PATCH] remove incorrect thing --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b93eed..c20f7d8 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,7 @@ docker run -it --mount type=bind,source="$(pwd)"/mount,target=/mount zdev The `./mount` directory will be shared between the host and the container, accessible in the container at `/mount`. The changes you make to files inside -`/mount` in the container will change the files in `./mount`. **Docker -containers are ephemeral, so any changes you make to the container outside of -`/mount` will be lost.** +`/mount` in the container will change the files in `./mount`. The previous command opened a shell inside the container. You can run build commands, for example: