Docker is a "container " meaning really lightweight virtual machine. Dockerizing is when you get an application to run in a docker container without major issues.
It is not good for anything other than server side apps. I would not recommend it for a GUI app. Mitch On Sat, Apr 8, 2017 at 8:52 PM John R. Hogerhuis <[email protected]> wrote: > What is docker / dockerized? > > -- John. >
