ralf.prengel at comline.de
2018-Dec-27 10:56 UTC
[CentOS] centos docker which repo (centos or docker)
Hallo, I planning to migrate ouch dockerfarm from debian to centos. Most of our customers are using redhat or centos and some oft eh books I m using are written for centos too. My question: Should I use docker from the standard repo or the version from the docker-repo? Thanks for hints Ralf Ralf Prengel Teamleiter Customer Care Comline AG Hauert 8 D-44227 Dortmund/Germany ... Telefon: +49 231 97575 157 Mobil: +49 151 10831 157 Fax: +49 231 97575 257 E-Mail: ralf.prengel at comline.de ... www.comline.de<http://www.comline.de> Vorstand: Stephan Schilling Aufsichtsrat: Otto Prange (Vorsitzender) HR Dortmund B 14570 USt.-ID-Nr. DE 124727422
On Thu, 27 Dec 2018 11:56 CET, ralf.prengel at ... wrote: <snip>> My question: > > Should I use docker from the standard repo or the version from the docker-repo?Main diff between std-repo and docker-repo: std-repo: works. stable. not the newest, shiniest version, but one that works. docker-repo: works most of the time mostly, has sometimes a erratic or memory-eating behavior, the newest, most feature-rich, shiniest version, with all the bugs of new-new-new. It's a matter of choose your poision. If you are happy with the features of the std-repo version, imho stay with it. That's my exp. Yours may differ. Others should speak up, too, please. - Yamaban.
On 12/27/18 6:48 AM, Yamaban wrote:> On Thu, 27 Dec 2018 11:56 CET, ralf.prengel at ... wrote: > <snip> >> My question: >> >> Should I use docker from the standard repo or the version from the >> docker-repo? > > Main diff between std-repo and docker-repo: > > std-repo: > ?? works. stable. not the newest, shiniest version, but one that works. > > docker-repo: > ?? works most of the time mostly, has sometimes a erratic or > memory-eating > ?? behavior, the newest, most feature-rich, shiniest version, with all > the > ?? bugs of new-new-new. > > It's a matter of choose your poision. If you are happy with the features > of the std-repo version, imho stay with it. > > That's my exp. Yours may differ. Others should speak up, too, please. > > ?- Yamaban. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centosYou could also take a look at `podman`.? As an daemonless alternative to Docker.