-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker ♥️ #81
Comments
If tiny-care-terminal is running inside a docker, can it still get my git information on my host? |
Yes, just mount your git repositories into the container. everything under /code is taken into account
|
Thanks for clarification:) Do we have to login the Docker to see the output? |
Can we publish it to docker hub as well? |
@gauravchl I uhhhh don't know what a docker or a docker hub is 😳. If you tell me how, I can (or: if you want to do it, go for it!) |
@gauravchl It's on docker hub already. Named it this way because i didn't want to conflict it with the other repository.
As it's just a small thing people can just pull it from my account if needed. But feel free to jump in :) @notwaldorf 👋 no worries it's just a different way to run the tiny-care-terminal |
@notwaldorf @dasrecht Cool! May be should keep Dockerfile here in same repo?! And add some guide in Readme? @notwaldorf In short Docker = Virtualization + Containerization + Some Versioning
Quick Start:
Some cool things you can do with docker: https://www.youtube.com/watch?v=1qlLUf7KtAw |
@dasrecht Maybe you want to add a small section to the Readme on how to use tct with docker!? |
Hi there
As I didn't get it to run natively on my (maybe broken) system I took a detour via Docker.
The documentation is very very rough but maybe it helps someone else: https://github.com/dasrecht/tiny-care-terminal-docker
Thank you and have a great day :)
The text was updated successfully, but these errors were encountered: