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 bash script.
regards
ranjib

On Tue, Oct 4, 2016 at 8:13 AM, Barve, Yogesh Damodar <
[email protected]> 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.
> What will be the equivalent in the LXC world? How can one specify
> - the required packages for installations,
> - workdirectory,
> - entrypoint command,
> - ports to expose and
> - volumes to mount in LXC?
>
> Thanks in advance.
>
> -Yogesh
> _______________________________________________
> lxc-users mailing list
> [email protected]
> http://lists.linuxcontainers.org/listinfo/lxc-users
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to