Re: [lxc-users] Resolve .lxc domain with Ubuntu 17.04

2017-04-10 Thread Norberto Bensa
I found that in the 17.04 server edition it's enough to:

$ sudo apt-get install dnsmasq
$ sudoedit /etc/dnsmasq.d-available/lxc

add the following lines:

server=/lxc/10.0.3.1
server=/3.0.10.in-addr.arpa/10.0.3.1

$ sudoedit /etc/default/lxc-net

uncomment LXC_DOMAIN="lxc"


But, in the desktop version, systemd-resolved and dnsmasq eat my cpu.
Maybe a network-manager bug?



2017-03-29 1:25 GMT-03:00 Serge E. Hallyn :
> On Wed, Mar 29, 2017 at 12:59:15AM -0300, Norberto Bensa wrote:
>> 2017-03-29 0:29 GMT-03:00 Serge E. Hallyn :
>> > On Wed, Mar 29, 2017 at 12:16:29AM -0300, Norberto Bensa wrote:
>> >> Hello list!
>> >>
>> >> In previous versions of Ubuntu I had lxc domain name resolution
>> >> working, but it's broken for me in 17.04.
>> >
>> > https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network
>>
>> As I said, worked flawlessly up to 16.10, broken with 17.04.
>
> Ok, wasn't quite sure if you were following that recipe or not.
> I wouldn't be surprised if the switch to systemd-networkd requires
> a change.  Personaly I'm on 16.04+upstart, but if you can come up with
> the revised recipe an update to the serverguide would be awesome.
> ___
> lxc-users mailing list
> lxc-users@lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-users
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] does anyone know of a public LXD image server besides the default

2017-04-10 Thread brian mullan
Does anyone know of an existing public LXD image server besides the default
?

Not for the default base images but for applications and/or an LXD
container for a set of integrated apps...  like pre-built LAMP stack.

Essentially the equivalent of a Docker Hub but for LXD containers.

I keep getting *private messages* sent to me as the moderator on the LXD
sub-reddit

https://www.reddit.com/r/LXD/

asking this question and I'm not sure I've ever seen anyone mention the
establishment of one on
this email list.

The closest thing I've seen is from an org called Subutai Social which
looks very interesting:

Subutai Social - Peer-to-Peer Social Cloud Computing using LXD, Canonical's
snappy & more  (subutai.io
)
Brian
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] lxc exec comand, redirecting

2017-04-10 Thread Ingo Baab

Yes, it does. Thank you!
Ingo


Am 10.04.2017 um 11:20 schrieb Marat Khalili:


Also the following might work:

root@host ~ $ lxc exec container -- rsync -azR 
vps270841.ovh.net:/var/www/website.com/htdocs/ /


--

With Best Regards,
Marat Khalili



___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users


___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] lxc exec comand, redirecting

2017-04-10 Thread Marat Khalili

Also the following might work:

root@host ~ $ lxc exec container -- rsync -azR 
vps270841.ovh.net:/var/www/website.com/htdocs/ /


--

With Best Regards,
Marat Khalili

___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users