I have been looking at containerizing this script in docker. It seems to me that it would not be a big deal.
From what I have been reading, the main points would be to use a python image as a base, install the pip requirements, expose the config file (using docker compose) and maybe add some error handling.
Your thoughts?
I have been looking at containerizing this script in docker. It seems to me that it would not be a big deal.
From what I have been reading, the main points would be to use a python image as a base, install the pip requirements, expose the config file (using docker compose) and maybe add some error handling.
Your thoughts?