Skip to content

Comment on Vagrant Feature Preview: Docker-Based Development Environmentsparent

Comments

As long as the userland is supported by your kernel, you can run it within a container on that host. You build your custom containers off of a base container that has the initial userland in it already. This is normally the first line in a Dockerfile:

`FROM busybox` or `FROM ubuntu:latest`

Thank you, that makes a lot of sense and finally clears it up for me.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.