You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KONG_VERSION=3.4.x pongo up
[pongo-INFO] Resolved Kong version '3.4.x' to '3.4.2'
[+] Running 2/2
✔ Network pongo-4b86a90c Crea... 0.0s
✔ Container pongo-4b86a90c-postgres-1 Started 0.1s
Then go inside the container
➜ KONG_VERSION=3.4.x pongo shell
[pongo-INFO] Resolved Kong version '3.4.x' to '3.4.2'
/~\
______ C oo
| ___ \ _( ^)
| |_/ /__ _/__ ~\ __ ___
| __/ _ \| '_ \ / _ `|/ _ \
| | | (_) | | | | (_| | (_) |
\_| \___/|_| |_|\__, |\___/
__/ |
|___/ v2.13.0
Kong version: 3.4.2
Stopping after installing dependencies for kong-plugin-myplugin 0.1.0-1
Kong auto-reload is enabled for custom-plugins and dbless-configurations. Once you
have started Kong, it will automatically reload to reflect any changes in the files.
Use 'pongo tail' on the host to verify, or do 'export KONG_RELOAD_CHECK_INTERVAL=0' in
this shell to disable it.
Get started quickly with the following aliases/shortcuts:
kms - kong migrations start; wipe/initialize the database and start Kong clean,
optionally importing declarative configuration if available.
kdbl - kong start dbless; start Kong in dbless mode, requires a declarative configuration.
ks - kong start; starts Kong with the existing database contents (actually a restart).
kp - kong stop; stop Kong.
kx - export the current Kong database to a declarative configuration file.
kauth - setup authentication (RBAC and GUI-auth).
Then go inside the container
Inside the container run kms
reported by @liyangau
The text was updated successfully, but these errors were encountered: