From 9928cd68ec2d3f4a77dee65ed52cc3ef96dfb484 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 27 Nov 2019 22:18:40 +0000 Subject: [PATCH] Run update.sh --- kong/README.md | 4 ++-- ubuntu/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kong/README.md b/kong/README.md index 5d6a74815..58fc89536 100644 --- a/kong/README.md +++ b/kong/README.md @@ -85,7 +85,7 @@ $ docker run -d --name kong-database \ Start a PostgreSQL container by executing: ```shell -docker run -d --name kong-database \ +$ docker run -d --name kong-database \ -p 5432:5432 \ -e "POSTGRES_USER=kong" \ -e "POSTGRES_DB=kong" \ @@ -97,7 +97,7 @@ docker run -d --name kong-database \ Run the database migrations with an ephemeral Kong container: ```shell -docker run --rm \ +$ docker run --rm \ --link kong-database:kong-database \ -e "KONG_DATABASE=postgres" \ -e "KONG_PG_HOST=kong-database" \ diff --git a/ubuntu/README.md b/ubuntu/README.md index 5c462152f..ce2995f4f 100644 --- a/ubuntu/README.md +++ b/ubuntu/README.md @@ -20,7 +20,7 @@ WARNING: - [`19.04`, `disco-20191030`, `disco`](https://github.com/tianon/docker-brew-ubuntu-core/blob/d4313e13366d24a97bd178db4450f63e221803f1/disco/Dockerfile) - [`19.10`, `eoan-20191101`, `eoan`, `rolling`](https://github.com/tianon/docker-brew-ubuntu-core/blob/d4313e13366d24a97bd178db4450f63e221803f1/eoan/Dockerfile) - [`20.04`, `focal-20191030`, `focal`, `devel`](https://github.com/tianon/docker-brew-ubuntu-core/blob/d4313e13366d24a97bd178db4450f63e221803f1/focal/Dockerfile) -- [`14.04`, `trusty-20191107`, `trusty`](https://github.com/tianon/docker-brew-ubuntu-core/blob/d4313e13366d24a97bd178db4450f63e221803f1/trusty/Dockerfile) +- [`14.04`, `trusty-20190515`, `trusty`](https://github.com/tianon/docker-brew-ubuntu-core/blob/010bf9649b1d10e2c34b159a9a9b338d0fdd4939/trusty/Dockerfile) - [`16.04`, `xenial-20191108`, `xenial`](https://github.com/tianon/docker-brew-ubuntu-core/blob/d4313e13366d24a97bd178db4450f63e221803f1/xenial/Dockerfile) # Quick reference