-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add Coherence Dockerfiles and scripts #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi, Can you please change this in the documentation: +IMPORTANT: Oracle does not support Docker in any environment, including but not limited to Development, Integration, and Production environments. The Oracle Linux team fully supports Docker in all environments, and we support the Oracle Linux images as well. This text needs to be rephrased to only refer to the Coherence software. |
# --------------------------------------- | ||
# Make sure you have oraclelinux:7.0 Docker image installed. | ||
# Visit for more info: | ||
# - http://public-yum.oracle.com/docker-images/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this url to https://registry.hub.docker.com/_/oraclelinux/
That's the source of the official Oracle Linux images for Docker.
@Djelibeybi, can you now check if everything is OK? |
Add Coherence Dockerfiles and scripts
Add Coherence Dockerfiles and scripts
* Enhancement : OHS Docker Solution with Docker Data Volume Now user can provide custom Oracle Weblogic Proxy Plugin file containing directives as per their weblogic environments . This file will need to be placed in docker data volume , which in turn will be mounted during OHS container creation. In this way, the same OHS docker solution can be used to route applications running on either Weblogic Admin Server or Weblogic cluster or set of individual Managed Servers . * Changing the default script and README formatting * readme enhancement #1 * README enhancement and script message enhancement * Readme enhancement #2
Update buildDockerImage.sh
No description provided.