Learn Docker With My Newest Course

Dive into Docker takes you from "What is Docker?" to confidently applying Docker to your own projects. It's packed with best practices and examples. Start Learning Docker →

Docker Tip #6: Installing Docker on a Chromebook

blog/cards/docker-tips-and-tricks.jpg

With a little bit of elbow grease you can get Docker running on your Chromebook, which can be a very affordable and portable dev machine.

This isn’t a traditional Docker tip but I’ve had a number of people ask me if I knew of a cheap and portable device that they can use to develop web applications on.

One of my criteria for developing web applications is that I’m able to run them with Docker.

Normally, a Chromebook cannot run Docker because it runs ChromeOS. However you can modify your Chromebook by installing Linux on it natively.

Here’s what you can get for about $350 USD:
  • 1.7 GHz Celeron 3215U (it’s better than you think)
  • 128GB SSD (you can pick a bigger drive if you want)
  • 4GB of RAM
  • 13.3” 1920x1080 IPS display (165 PPI)
  • Full size SD card
  • Multiple USB connections (I know, who would have thought)
  • Weighs 2.9 pounds
Here’s what I comfortably run on it without issues:
  • Docker
  • Large Ruby on Rails and Flask applications within Docker
  • Sublime Text 3 with about 30 plugins
  • Multiple terminal windows
  • Multiple work spaces
  • Chrome with ~10 tabs
  • Streaming music through Youtube

It’s a very usable set up.

For a complete guide on how to set it all up, and some recommendations on which Chromebook to buy then check out the full write up here: Transform a Toshiba Chromebook CB35 into a Linux Development Environment with GalliumOS.

Free Intro to Docker Email Course

Over 5 days you'll get 1 email per day that includes video and text from the premium Dive Into Docker course. By the end of the 5 days you'll have hands on experience using Docker to serve a website.



Comments