Hacker News new | ask | show | jobs
by re-thc 1229 days ago
Vercel aka Zeit originally hosted Docker containers.
1 comments

We don't actually host docker containers - the configuration DSL is based on Docker, but has crucial differences

In particular, you can do things like

RUN BACKGROUND docker-compose up

EXPOSE WEBSITE 8080

This is super important for most use-cases, since otherwise you have to deal with networking and version control.