From 15fd0c0486d0e07085c2082967c7ac6c2bbd7312 Mon Sep 17 00:00:00 2001 From: Janos Matyas Date: Mon, 12 Jan 2015 17:31:48 +0100 Subject: [PATCH] removed exposed port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2abe6d..a3d9190 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In order to use the Docker image you have just build or pulled use: **Make sure that SELinux is disabled on the host. If you are using boot2docker you don't need to do anything.** ``` -docker run -i -t -p 8088:8088 sequenceiq/hadoop-docker:2.6.0 /etc/bootstrap.sh -bash +docker run -it sequenceiq/hadoop-docker:2.6.0 /etc/bootstrap.sh -bash ``` ## Testing