API URL is not working after using docker-slim image #260
Unanswered
rajeshjatavkonvergeai
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@rajeshjatavkonvergeai what kind of flask server app do you have? What's one of the endpoints? is there a database involved? What's the base path for your flask API? One of the options is to provide custom http probe commands to make calls to the API endpoints you have. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running a python application with normal docker images, the application is running on Flask and the API URL is also working. When running this application with docker-slim image, the application is running but none of the APIs are working.
So please suggest what am I doing wrong creating docker image by docker-slim?
Beta Was this translation helpful? Give feedback.
All reactions