Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hazdev Broker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Earthquake Information Center
Utilities
Hazdev Broker
Commits
ccef87c5
Commit
ccef87c5
authored
8 years ago
by
Jeremy M Fee
Browse files
Options
Downloads
Patches
Plain Diff
Add docker image info to readme
parent
d54b7dce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-2
28 additions, 2 deletions
README.md
with
28 additions
and
2 deletions
README.md
+
28
−
2
View file @
ccef87c5
# earthquake-srdd
Small Rapid Data Distribution
# hazdev-broker
Small Rapid Data Distribution via a Message Broker
## Apache Kafka Docker image
Files to build an Apache Kafka docker image are stored in
`docker-kafka`
.
http://kafka.apache.org/
### To run the image:
```
docker run -d --name docker-kafka -p 2181:2181 -p 9092:9092 usgs/docker-kafka
```
-
`-d`
- run container in background
-
`--name docker-kafka`
assign name to container
-
`-p 2181:2181`
expose zookeeper port
-
`-p 9092:9092`
expose kafka broker port
-
`usgs/docker-kafka`
the image on Docker Hub
### To build the image:
```
cd docker-kafka
docker build -t usgs/docker-kafka:latest .
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment