Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
removed exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Matyas committed Jan 12, 2015
1 parent a2655fd commit 15fd0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15fd0c0

Please sign in to comment.