From 004c3060af783d065284b855c747e2b942dfd6eb Mon Sep 17 00:00:00 2001 From: LABAT Romain Date: Mon, 18 Dec 2017 00:08:20 +0100 Subject: [PATCH] fix -e option -e option is just for environnement vars and not for the image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df8479..9f54df3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to use Simple command line usage: ``` -docker run -p 11021:21 -it --rm -e FTP_USER=scott -e FTP_PASS=tiger -e mauler/simple-ftp-server +docker run -p 11021:21 -it --rm -e FTP_USER=scott -e FTP_PASS=tiger mauler/simple-ftp-server ``` You can test using: