|
|
|
|
|
by colinchartier
1234 days ago
|
|
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. |
|