Most people use Docker for containing applications to deploy into production or for building their applications in a contained enviornment. This is all fine & dandy, and saves developers & ops engineers huge headaches, but I like to use Docker in a not-so-typical way.
I use Docker to run all the desktop apps on my computers.
Jessie Frazelle’s Blog: Docker Containers on the Desktop https://blog.jessfraz.com/posts/docker-containers-on-the-desktop.html
Running Chrome in a container sounds like an excellent idea to me. I think I’ll finally give Docker a try.