Develop a "basic" dockerfile #628
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
What would you like to be added:
![image](https://user-images.githubusercontent.com/26001097/171994024-237cec34-f4ab-4119-88f4-9ccabac17082.png)
Currently there's a
runtime_config.json
in the Layotto dockerfile:If users want to modify the json file, they have to write a new dockerfile and generate a new docker image, which is annoying.
We should provide a "basic" dockerfile, which is common enough and decoupled with the config.json, so that it can be used with any config.json files.
Users can deploy our "basic" docker image with their own config.json, by mounting volumes or writing their own dockerfile based on it
Why is this needed:
Make Layotto more user-friendly.
It's a subtask of #392
The text was updated successfully, but these errors were encountered: