Jess Frazelle
21–30 of 62 posts
Re: Jess Frazelle
#22"The greatest contribution need for Docker" I believe less is more. Docker has grown into an all consuming piece of complexity. The best code is code you never write.
Based on your comment, you're probably not the target audience for the platform. I recommend checking out some of the components to see if they meet your criteria of simplicity.
A few examples:
https://github.com/docker/swarmkit
https://github.com/docker/notary
https://github.com/docker/infrakit
https://github.com/docker/hyperkit
We are continuing the work of carving out more and more usable components from the platform.
Re: Jess Frazelle
#23If you haven't heard of Jessie Frazelle, definitely check out her work. As others have expressed, she's a brilliant engineer, speaker, and writer. If I were in charge of hiring, I'd have recruiters pestering the hell out of her to join my team. Seriously, she's one of my favorite people that I've never met :)
Re: Jess Frazelle
#24Re: Jess Frazelle
#25I attended her talk on "Containerizing Your Desktop" at LinuxCon NA 2015, and she maintains this open source repository filled with awesome Dockerfiles that can run anything from Spotify to Chrome. Truly amazing https://github.com/jessfraz/dockerfiles
Re: Jess Frazelle
#26If you haven't heard of Jessie Frazelle, definitely check out her work. As others have expressed, she's a brilliant engineer, speaker, and writer. If I were in charge of hiring, I'd have recruiters pestering the hell out of her to join my team. Seriously, she's one of my favorite people that I've never met :)
I tried to hire her and failed. :-(
Re: Jess Frazelle
#27"The greatest contribution need for Docker" I believe less is more. Docker has grown into an all consuming piece of complexity. The best code is code you never write.
Docker has taken the direction of a loose collection of tools tied together by an integrated interface. So you have the choice of using the platform as a whole, or standing up your choice of individual components on their own, without any dependency on Docker. Based on your comment, you're probably not the target audience for the platform. I recommend checking out some of the components to see if they meet your crite…
Re: Jess Frazelle
#28I attended her talk on "Containerizing Your Desktop" at LinuxCon NA 2015, and she maintains this open source repository filled with awesome Dockerfiles that can run anything from Spotify to Chrome. Truly amazing https://github.com/jessfraz/dockerfiles
Did she talk about advantages/disadvantages to this approach? Does she use this daily?
Re: Jess Frazelle
#29I attended her talk on "Containerizing Your Desktop" at LinuxCon NA 2015, and she maintains this open source repository filled with awesome Dockerfiles that can run anything from Spotify to Chrome. Truly amazing https://github.com/jessfraz/dockerfiles
(I am not a web developer, so this is a sincere question. I am genuinely curious!)
Re: Jess Frazelle
#30I attended her talk on "Containerizing Your Desktop" at LinuxCon NA 2015, and she maintains this open source repository filled with awesome Dockerfiles that can run anything from Spotify to Chrome. Truly amazing https://github.com/jessfraz/dockerfiles
What is the point of running Chrome in a Docker container? Is it useful only for developers which want to test stuff using a fixed version of the browser, or is it something that everybody surfing the web should really want to do? (I am not a web developer, so this is a sincere question. I am genuinely curious!)
Putting programs in a container means you keep your main system free of this cruft.