Tech Rescue
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Kong

Install Kong OSS with PostgreSQL in Ubuntu Mate Impish 21.10 in Raspberry PI 4

1. Download docker images sudo docker pull arm64v8/kong sudo docker pull arm64v8/postgres 2. Start a PostgreSQL container sudo docker run -d --name kong-database \ -p 5432:5432 \ -e "POSTGRES_USER=kong" \ -e "POSTGRES_DB=kong" \ -e "POSTGRES_PASSWORD=kong" \ arm64v8/postgres:9.6 3. Run the database migrations with
Hector Perez Jan 27, 2022
Tech Rescue © 2025. Powered by Ghost