https://github.com/rushiagr/xin
Do you think it is going to be useful?
1–3 of 3 posts
https://github.com/rushiagr/xin
Do you think it is going to be useful?
also there already is a command to install docker on any machine
curl -sSL https://get.docker.com/ | sh
and as a bonus:
you mean like a package manager? what's wrong with apt, brew etc also there already is a command to install docker on any machine curl -sSL https://get.docker.com/ | sh and as a bonus: https://xkcd.com/1654/
Yes, like a universal package manager, but only for quick and dirty dev environment setup. The problem with apt, brew etc is that brew is for Mac only, and APT is for debian-like distros only.
the script at https://get.docker.com/ is exactly what I was thinking of building. Thanks for the pointer. Now I can't think of anything for which Xin-like thing would be useful apart from Vagrant installation.