similar to: testing upgrades in containers?

Displaying 20 results from an estimated 20000 matches similar to: "testing upgrades in containers?"

2018 Nov 27
3
testing upgrades in containers?
On Tue, 2018-11-27 at 21:05 +0100, Reindl Harald via samba wrote: > Am 27.11.18 um 21:00 schrieb Stefan G. Weichinger via samba: > > While I wait for upgrading 2 customers from 4.8.6 to 4.9.x (hesitating > > not to break things) and checking the list for Louis publishing the > > 4.8.7 stretch packages ... ;-) - thanks, Louis!! - I once again wonder > > how to optimize
2018 Nov 27
0
testing upgrades in containers?
Am 27.11.18 um 21:00 schrieb Stefan G. Weichinger via samba: > While I wait for upgrading 2 customers from 4.8.6 to 4.9.x (hesitating > not to break things) and checking the list for Louis publishing the > 4.8.7 stretch packages ... ;-) - thanks, Louis!! - I once again wonder > how to optimize these updates and minimize the risk of breaking things. > > One thought is to add a
2018 Sep 03
2
running a (secondary) samba DC as docker container
Am 03.09.18 um 15:12 schrieb Robert Marcano via samba: > On 09/03/2018 04:10 AM, Stefan G. Weichinger via samba wrote: >> >> As I am learning docker lately I came to the idea of using a docker >> container as a "fallback" DC at sites where there is no budget (or >> understanding) for a 2nd physical DC. >> >> That 2nd DC *might* run as docker
2018 Sep 03
2
running a (secondary) samba DC as docker container
As I am learning docker lately I came to the idea of using a docker container as a "fallback" DC at sites where there is no budget (or understanding) for a 2nd physical DC. That 2nd DC *might* run as docker container alongside the DM/fileserver, right? OK, it should get a separate IP, I assume etc Aside from the details: does anyone here actually do that?
2017 Jun 25
2
Persistent storage for docker containers from a Gluster volume
Hello, I have a two node replica 3.8 GlusterFS cluster and am trying to find out the best way to use a GlusterFS volume as persistent storage for docker containers to store their data (e.g. web assets). I was thinking that the simplest method would be to mount my GlusterFS volume for that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with
2016 Dec 27
2
tinc using docker containers
I've recently built a docker container to easily install and configure tinc 1.1pre14 in any machine using docker containers. I've created a Github repo in https://github.com/bys-control/docker-tinc I'm working in a WEB based admin interface for managing tinc daemons. Right now it's just a JSON API for tinc, but I'm working in developing the front end. Any
2020 Feb 27
3
samba AD directory and PHP
I try to access AD via php app, to auth users etc Does someone have a pointer for me .. to a good and recent example for PHP-7.4, which connects to the DCs (encrypted ..)? thanks
2017 Jun 29
2
Persistent storage for docker containers from a Gluster volume
On 28-Jun-2017 5:49 PM, "mabi" <mabi at protonmail.ch> wrote: Anyone? -------- Original Message -------- Subject: Persistent storage for docker containers from a Gluster volume Local Time: June 25, 2017 6:38 PM UTC Time: June 25, 2017 4:38 PM From: mabi at protonmail.ch To: Gluster Users <gluster-users at gluster.org> Hello, I have a two node replica 3.8 GlusterFS
2019 Feb 21
3
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba: > Or... > > Set the creator group option. > > [Daten] > comment = Daten > create mask = 3660 > directory mask = 3770 did so, they test now. thanks
2017 Jun 28
0
Persistent storage for docker containers from a Gluster volume
Anyone? > -------- Original Message -------- > Subject: Persistent storage for docker containers from a Gluster volume > Local Time: June 25, 2017 6:38 PM > UTC Time: June 25, 2017 4:38 PM > From: mabi at protonmail.ch > To: Gluster Users <gluster-users at gluster.org> > Hello, > I have a two node replica 3.8 GlusterFS cluster and am trying to find out the best way
2020 Jul 11
2
nbdkit / exposing disk images in containers
KubeVirt is a custom resource (a kind of plugin) for Kubernetes which adds support for running virtual machines. As part of this they have the same problems as everyone else of how to import large disk images into the system for pets, templates, etc. As part of the project they've defined a format for embedding a disk image into a container (unclear why? perhaps so these can be distributed
2017 Jun 29
0
Persistent storage for docker containers from a Gluster volume
Hi, glusterFS is working fine for large files (in most of the cases it's used for VM image store), with docker you'll generate bunch of small size files and if you want to have a good performance may be look in [1] and [2]. Also two node replica is a bit dangerous in case of high load with small files there is a good risk of split brain situation, therefore think about arbiter
2019 Jul 02
5
Container setup?
Hello, I am trying to figure out, whether there are any best practices how to run a Samba AD DC in a container. First of all: why a container? Because obviously containers require less resources and are easier to update than multiple linux systems ? and I want to spend some of the savings into redundancy (multiple DCs, also distributed to serve different locations). Googling around I found
2020 Jul 13
1
Re: nbdkit / exposing disk images in containers
On Sun, Jul 12, 2020 at 11:16:01PM +0300, Nir Soffer wrote: > On Sat, Jul 11, 2020 at 11:18 AM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > KubeVirt is a custom resource (a kind of plugin) for Kubernetes which > > adds support for running virtual machines. As part of this they have > > the same problems as everyone else of how to import large disk images
2019 Feb 22
1
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 19:19 schrieb Stefan G. Weichinger via samba: > Am 21.02.19 um 16:51 schrieb Stefan G. Weichinger via samba: >> Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba: >>> Or... >>> >>> Set the creator group option. >>> >>> [Daten] >>> comment = Daten >>> create mask = 3660 >>> directory mask =
2020 Feb 27
2
samba AD directory and PHP
Am 27.02.20 um 11:32 schrieb L.P.H. van Belle via samba: > But your missing the important part. > > How ? > > Kerberos ? NTLM ? LDAP ? > > ;-) Ah ok Actually I want to use secure LDAP from a PHP docker container. So far no Kerberos involved as far as I see. (I have to dockerize a php app which is badly written ... and I want to clean up a bit, and let it bind
2020 Aug 10
3
Docker container isolation not working in CentOS 7
Hi, I've decided to use these summer holidays to wrap my head around Docker and its quirks. Spent the last couple weeks working through a Udemy tutorial and a thick book about Docker, and I have Docker CE installed on two machines: * my workstation running OpenSUSE Leap 15.1 * a public sandbox server running CentOS 7 I'm currently fiddling with custom networks and container
2018 Apr 05
4
Unable to access network from docker container
I have recently installed docker and playing around with it. On a CentOS 7 machine, however, I am unable to get access to the outside internet, thus yum ... fails. The host machine runs fine. I am wondering if there are some networking setting on the host I need to modify to allow the docker container to connect to the outside?
2019 Jul 10
1
Container setup?
Hi Patrick, thanks for the pointers. I tried today, and while it was easy to start my first container, I am not really happy with LXD, exactly for the reason St?phane gives in https://stgraber.org/2016/03/11/lxd-2-0-introduction-to-lxd-112/ "How does LXD relate to Docker/Rkt?"... what I really like about docker and docker-compose is, that it encourages to separate code from data and
2019 Feb 22
4
Debian 9.8 and vanbelle-repos
Stefan, If everythig works now. Then keep it as is. Most probly it was the firewall that caused the problem. @Rowland, good point. Im everytime amazed with all the commands you know.. :-) And SID: S-1-5-21domain-513 = domain users. These are "Samba Sids" S-1-22-[1-2] 1 useres 2 groups And thats corect with wbinfo -g 10513 shows all groups. Greetz, Louis >