Open isaacrlevin opened 5 days ago
Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly.
Many thanks!
Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly.
Many thanks!
No problem! Any issue with me publishing a version of image to my Docker Hub? Obviously I will give you credit but I can provide documentation on how to build the docker image yourself or just "Run the tool" with nothing else needed.
Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly. Many thanks!
No problem! Any issue with me publishing a version of image to my Docker Hub? Obviously I will give you credit but I can provide documentation on how to build the docker image yourself or just "Run the tool" with nothing else needed.
No problem.
First off, great project! Kudos to you for putting in the work
The tool is pretty straightforward today, but I thought making it available via a docker container that a user could just run a
docker run
command or create adocker compose
file would make it even more accessible. How I see it you could do 2 thingsTake the Dockerfile in this PR and publish the image to your own Docker registry and provide a sample
docker compose
that uses that image with some instructions on setting variables and Twitter data directlyJust provide a Dockerfile and let users do what they like with it.
Regardless I hope this is helpful and I am more than happy to change anything or add some documentation as well.