CoreOS: How to use rkt acbuild to construct app container images

preview_player
Показать описание
Derek Gonyeo demonstrates how to use acbuild to construct app container images.
Рекомендации по теме
Комментарии
Автор

This looks scarily similar to Dockerfiles... so why bother with yet another format? So it can be driven easily from shell?

kaihendry
Автор

Where does this thing keep its state between acbuild commands? It has to keep track of what image it is building, right? Could you run the build script multiple times in parallel (in different working directories) without messing things up?

hyperthreaded
Автор

I prefer acbuild over Dockerfile for the greater Unix-ness of it; was a snap to integrate into an existing project's build system.

Am curious if the focus for acbuild is going to remain strictly on ACI generation, or if you might consider generating LXC container images also?

RobertMedeiros
Автор

How to acbuild multi platform, Windows and also Lunix?

donwald
Автор

How to use acbuild to build ubuntu app container images. An example will be helpful

GauravJoshi
Автор

Neat! looking forward to giving this a try.

ajerez
Автор

These acbuild --debug on every line look so boiler-plate comparing to Dockerfile syntax.

nypllnp
Автор

I'm loving the people over at coreos right now. I'd be willing to be a janitor just to get my foot in the door. I'm serious. linkedin: rwcld

rcnsucom