Re: [lxc-users] dockerfile equivalent in LXC

2016-10-04 Thread Barve, Yogesh Damodar
-users] dockerfile equivalent in LXC Next message: [lxc-users] dockerfile equivalent in LXC Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I have built something similar https://github.com/pagerduty/nut, its bit buggy, and needs some more love (AST parser from docker & better

Re: [lxc-users] dockerfile equivalent in LXC

2016-10-04 Thread Tomasz Chmielewski
On 2016-10-05 00:13, Barve, Yogesh Damodar wrote: For creating a docker container one can use dockerfile to specify all the required software installation packages and initialization, entrypoint directory and entrypoint command. LXD or LXC virtualize the whole operating system, so some of

Re: [lxc-users] dockerfile equivalent in LXC

2016-10-04 Thread Ranjib Dey
I have built something similar https://github.com/pagerduty/nut, its bit buggy, and needs some more love (AST parser from docker & better file copy, fuidshift logic). I dont know if anything else is out there, but you can go pretty close by just using `lxc-attach -n -- /bin/bash`and siphoning a

[lxc-users] dockerfile equivalent in LXC

2016-10-04 Thread Barve, Yogesh Damodar
For creating a docker container one can use dockerfile to specify all the required software installation packages and initialization, entrypoint directory and entrypoint command. What will be the equivalent in the LXC world? How can one specify - the required packages for installations, -