-
- Downloads
Enable usage of containers outside of Kubernetes
Kubernetes currently creates FOO_SERVICE_HOST and FOO_SERVICE_PORT env
vars as part of starting the containers. However this is not done when
starting them with plain docker.
Defaulting variables to their common version if they're not already set
allows the usage of --link in plain 'docker run' to wire together
containers.
Co-Authored-By:
Charles Crouch <ccrouch@redhat.com>
Change-Id: I91098ff987b18646d901ac63a3a644fbb68fc857
Showing
- docker/fedora-rdo-base/Dockerfile 1 addition, 0 deletionsdocker/fedora-rdo-base/Dockerfile
- docker/fedora-rdo-base/kolla-common.sh 2 additions, 0 deletionsdocker/fedora-rdo-base/kolla-common.sh
- docker/fedora-rdo-base/service_hosts.sh 45 additions, 0 deletionsdocker/fedora-rdo-base/service_hosts.sh
- docker/keystone/start.sh 0 additions, 2 deletionsdocker/keystone/start.sh
docker/fedora-rdo-base/service_hosts.sh
0 → 100755
Please register or sign in to comment