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```