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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Export port 8080 to expose Resource Manager UI.
  • Loading branch information
lresende committed Jan 12, 2015
1 parent 238931c commit 313dbb8
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 sequenceiq/hadoop-docker:2.6.0 /etc/bootstrap.sh -bash
docker run -i -t -p 8088:8088 sequenceiq/hadoop-docker:2.6.0 /etc/bootstrap.sh -bash
```

## Testing
Expand Down

0 comments on commit 313dbb8

Please sign in to comment.