Self-Hosting Kong Container error fix : kong.yml is a directory. #23408
RumosZin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Situation
I'm trying to get docker images pulled from my MacBook and send them to a remote server.
Since the remote server is not connected to Wi-Fi, I use the method of connecting to the scp connection and transmitting pulled docker images.
Configuration
Local (Images pull) : Apple intel chip
Remote Server (received Images) : Rocky Linux
How to fix the error
[1] (Important) Pull images that fits the OS/CPU of the remote server
If you do not set the platform here for the remote server, the
kong.yml
file is not created!! When youdocker compose up -d --build
, a directory namedkong.yml
is created!!You'll see this error messages!!
[2] (Optional) Compress images
[3] Send compressed Images &&
.env
&&docker-compose.yml
[4] Access the remote server, and up received Images
Full code to help
Full code included [1] [2] [3] (Send proper Images to remote server)
Full code included [4] (upzip compressed Images and up Images)
Repository
Beta Was this translation helpful? Give feedback.
All reactions