Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
aa3025 committed Jun 12, 2022
1 parent cbb0cf0 commit ca168dd86612598fcfe5439aaf22ba91e7f0be22
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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```

0 comments on commit ca168dd

Please sign in to comment.