From ca168dd86612598fcfe5439aaf22ba91e7f0be22 Mon Sep 17 00:00:00 2001 From: "Alex Pedcenko (aa3025)" Date: Sun, 12 Jun 2022 16:11:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9eff29..ae6675e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ The ready made example to try (1.8 GB): ```docker run -ti -d -p 5901:5901 aa3025/xfce4_oraclelinux8_turbovnc:last``` -to expose a local folder `$(pwd)` to a container, launch it instead with +to mount a local folder `$(pwd)` to a container ``/mnt/host``, launch it instead with ```docker run -ti -d --mount src="$(pwd)",target=/mnt/host,type=bind aa3025/xfce4_oraclelinux8_turbovnc:last```