diff --git a/groovy/content.md b/groovy/content.md index 971d30a88..f5e3926db 100644 --- a/groovy/content.md +++ b/groovy/content.md @@ -6,23 +6,23 @@ # How to use this image -Note that if you are mounting a volume and the uid running Docker is not _1000_, you should run as user _root_ (`-u root`). +Note that if you are mounting a volume and the uid running Docker is not `1000`, you should run as user `root` (`-u root`). ## Starting Groovysh -`docker run -it --rm groovy:latest` +`docker run -it --rm groovy` ## Running a Groovy script -`docker run --rm -v "$PWD":/home/groovy/scripts -w /home/groovy/scripts groovy:latest groovy