Skip to content

Test a Docker App

Test Docker App

Docker Apps communicate to the Kelvin Platform though a standard API endpoint or if you are programming Python you can use the Kelvin API Client (Python).

Note

Use the config.yaml file to override default configurations in app.yaml or inject sensitive information (API keys, credentials, etc.) that should not be embedded in your Docker App.

The Kelvin SDK automatically loads config.yaml when your app initializes configuration through KelvinAppConfig or similar SDK configuration features.

Click here to read more about this local testing feature.

As such there is no special environment for testing Docker Apps. You can test your Docker App in the same way you test any normal docker container using the traditional docker commands.