|
|
|
|
|
by rvz
1482 days ago
|
|
Hardly a cross-platform solution like what the current Docker app does, with tons of moving parts which you are 1 upgrade away to breaking everything with that installation and its back to re-installing it again or wasting time digging down and trying to fix what went wrong for just one distro in the worst case. > You may not be able to run this default image under MacOSX, although dock scripts themselves are fully compatible. Probably developers using Windows are also unable to run this script as well. So I guess they are no better off with a 1 click install with Docker Desktop. It seems the video I saw had more than 2 steps. If it is really a 2 steps installation then it is 50 steps back when it all breaks. |
|
The only thing I am working on right now: a way to avoid building special images for MacBooks or ARMs, but rather have a patch-tool (a bash script, essentially), which would pull any image you want from Docker Hub and then run patches on it (patches are also simple, readable Bash scripts which would work kind of like migrations for DBs), so that you will quickly have a Dock-compatible image and if you wanted a Python or a Ruby env you'd use an extra set of included patches or write your own.
It sounds more complex than it would actually work, honestly.