albert-a

Results 5 comments of albert-a

Thanks a lot for your instructions! https://github.com/neutrinolabs/xrdp/issues/337#issuecomment-193591620 It was helpful! I use this in my script that builds xrdp to automate the process of patching: ``` kb_model="pc105" kb_layout="us,ru" kb_options="grp:alt_shift_toggle,grp_led:scroll" sed...

Thanks you! This would really be a timesaver - x72 speed improvement for my use case.

@metajiji, > In most cases all you need is macvlan https://docs.docker.com/network/macvlan/ @crazybert, > Those of you who land on this page looking for answers - google "com.docker.network.bridge.inhibit_ipv4=true" Thank you both...

Unfortunately it appeared that the `bridge` approach breaks the connectivity of the other containers that use default network configuration. But `macvlan` approach still works as expected. I updated my previous...

I think it's better to have distinction in names between branches and tags, because in some cases git does not make differences between tags and branches, and it can lead...