From ecaef6363787b156e3a003bf8a9e4e7039f4feba Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 9 Oct 2017 09:43:21 -0700 Subject: [PATCH] Adjust a few minor bits for consistency/markdownfmt --- groovy/content.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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