This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 702
Extending Images
Sam Hecht edited this page Jul 18, 2016
·
2 revisions
You can extend the images to fit your build/deploy system.
TODO:
- How to add more software ? (For eg : New relic monitoring)
- How to use the server.properties that puppet/chef generated?
- How to use service discovery?
- How to add my own preflight checks?
- How to log to files instead of stdout?
- You can extend the images to fit your build/deploy system.
- Using Oracle Java instead of OpenJDK
- Introduction
-
Getting Started
- Tutorial: Running in Standalone Mode
- Tutorial: Running on Multiple Remote Hosts and Clustering
-
Security
- Overview (TODO)
- Tutorial: Enabling SSL/TLS on a Cluster
- Securing Other Components (TODO)
- Overview of image structure
- Utility Scripts
- W/ Different kinds of docker networks
- Bridged (including caveats
- host networking (including caveats)
- Enabling JMX
- Development
- Important Caveats
- How to Contribute