similar to: Request WIKI for docker / docker swarm on CentOS 7.x

Displaying 20 results from an estimated 4000 matches similar to: "Request WIKI for docker / docker swarm on CentOS 7.x"

2020 Aug 13
1
Docker swarm service misconfigured in FirewallD / CentOS 7
Hi, I'm currently fiddling with Docker Swarm on three sandbox servers running CentOS 7. Unfortunately I couldn't get even the most basic configuration running. After some experimenting and investigating, it turns out there's a problem with FirewallD. Here's what I did first on every single node. # firewall-cmd --permanent --add-service=docker-swarm # firewall-cmd --reload I
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo, what is the right way to set a proxy systemwide using centos 7? I need this for wget and docker. My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems. Thanks for hints Ralf
2007 Mar 19
3
Swarm (win95 game) leaving fragments
Hi all, installed the old space shooter Swarm and it is running fine pleased to say except artefacts of lasers and rockets that have been fired staying on screen for up to another 6 seconds. This is as you can imagine a bit irritating as they move with and stay on the screen. Wine x.19. Have set the game to 'unmanaged' by the window manager as was suggested here in another thread, but
2008 Jun 28
2
[LLVMdev] LLVM under code swarm
Hello, Everyone. For those, who saw crazy videos from code swarm (http://vis.cs.ucdavis.edu/~ogawa/codeswarm/) and asked 'what's about LLVM' I've created two videos: 1. clang: http://vimeo.com/1242653 2. LLVM itself: http://vimeo.com/1246374 Enjoy! If anybody wants 'sources' for recreation of these videos (e.g. changing settings, etc) - just drop e-mail to me. -- With
2018 May 20
1
Issue using tinc-vpn on Windows Server 1709 with Docker Overlay Network
Hi Etienne, Am 20.05.2018 um 10:58 schrieb Etienne Dechamps: > Hi Marc, > > A number of bugs have been found and fixed in the code that deals with > Windows devices in tinc 1.1: > > https://github.com/gsliepen/tinc/pull/169 > https://github.com/gsliepen/tinc/pull/173 > https://github.com/gsliepen/tinc/pull/174 > https://github.com/gsliepen/tinc/pull/181 >
2018 May 03
0
GA/SWARM Hyperparameter (HP) Optimisation for Classification based Machine Learning
Hi, I believe that Caret uses a ?grid-serach approach. I was wondering if: 1 There are more efficient implementations for HP tuning for classification algos?(eg XGboost, CatBoost, SVM, RF etc),?using say?GM/SWARM approaches, akin to Google's approach AutoML for Image related Net problems? 2 This one is most probably wishful thinking, but is anyone looking at GM/SWARM at HP tuning across models
2019 Jan 10
3
@reboot only some lines of a script are working (yum install not)
Hallo, I m using a script to install docker after a reboot. The script is starting and working. The problem: yum install doesn't work running the script via cron allthough yum remove works. Starting the script manual works fine . Has anyone a hint for me? Thanks Ralf xxx SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job
2017 Aug 30
0
Unable to use Heketi setup to install Gluster for Kubernetes
Hi, I have the following setup in place: 1 node : RancherOS having Rancher application for Kubernetes setup 2 nodes : RancherOS having Rancher agent 1 node : CentOS 7 workstation having kubectl installed and folder cloned/downloaded from https://github.com/gluster/gluster-kubernetes using which i run Heketi setup (gk-deploy -g) I also have rancher-glusterfs-server container running with
2007 Nov 27
0
virtualization + libvirt (with ruby bindings) + swarm idea (from azureus) to migrate virtual machines?!
Oh yeah! I''m working on a web interface to manage virtualization tecnologies like xen, kvm and lguest using libvirt connection. I need help! How i can code something like swarm (see azureus bittorrent client screenshots to understand) ? -- Regards, Luiz Vitor Vitor Martinez Cardoso. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2016 Aug 04
3
Centos 7 newer kernel needed
Hello Xlord, The CPU does have VT support and I already have the nested KVM enabled. Checking the Linux Kernel release notes I saw that the nested kvm feature was implemented in 3.10 but he EPT support is in 3.12. So Centos 7's kernel which is 3.10 does have the EPT support? Is there a way to check that the EPT support is available in the kernel? Thank you, Laurentiu On Thu, Aug 4, 2016,
2017 Sep 08
2
Splitting the container pipeline page in the wiki
hi Bama since there are other things going on in the container space around centos, I was thinking maybe we can setup a /Container page, and then have a /Container/Registry and a /Container/Pipeline page each. the pipeline page can talk about the service, code and run setup. and the registry page can talk about howto get content in there, what content is already there and urls to the user setup
2016 Aug 04
2
Centos 7 newer kernel needed
Hi Xlord, Yes, the CPU has support for EPT. I wrongly thought that the nested EPT was first introduced in 3.12. Following your instructions I see that I have it enabled on my system as well. However, checking the kernel commits from 3.12 on search string 'nested ept' I found about 10 code changes/fixes for nested EPT.
2016 Nov 29
2
Running i386 guests under CentOS7 amd64 kvm host
On Tue 29.Nov'16 at 22:34:59 +0800, -=X.L.O.R.D=- wrote: > Dear Martinez, > You should be able to search the ubuntu guest under virtManager from CentOS > desktop environment (Gnome for example). > For New VM machine creation with Ubuntu guest, you just select OS type > "Linux", Version " ubuntu12 " subject to available. Hope that helps! > > Source:
2016 Nov 30
4
Running i386 guests under CentOS7 amd64 kvm host
On Tue 29.Nov'16 at 11:54:10 -0600, Robert Nichols wrote: > On 11/29/2016 08:46 AM, C. L. Martinez wrote: > > On Tue 29.Nov'16 at 22:34:59 +0800, -=X.L.O.R.D=- wrote: > > > Dear Martinez, > > > You should be able to search the ubuntu guest under virtManager from CentOS > > > desktop environment (Gnome for example). > > > For New VM machine
2008 Aug 11
1
encoding accentsand tildes in R Macosx
Hello, In R under Mac OS X 10.5.4 I've had problems when I've tried to read a data.frame with characters including tildes and accents. For instance Floreña is changed to Flore\x96a and Ranchería is changed to Rancher\x92a In the code: section<-read.table('Sectiondic.txt',sep='\t',header=T,stringsAsFactors=F,encoding=" ") I've changed the
2016 Dec 07
1
vm.dirty_ratio
> Please check if there is also error log contained OOM kill? It does not appear. On Wed, Dec 7, 2016 at 4:41 PM, -=X.L.O.R.D=- <xlord.sl at gmail.com> wrote: > Dear, > Please check if there is also error log contained OOM kill? > > Xlord > > -----Original Message----- > From: CentOS-virt [mailto:centos-virt-bounces at centos.org] On Behalf Of Gokan > Atmaca >
2016 Aug 29
2
No network using qemu-kvm-ev-2.3.0-31.el7.16.1
Hello, this could be issue with firewall or netfilter on bridge S pozdravem Kristi?n Feldsam Tel.: +420 773 303 353 E-mail.: admin at feldhost.cz www.feldhost.cz - FeldHost poskytuje kvalitn? hostingov? a serverov? slu?by za p??znivou cenu. FELDSAM s.r.o. V rohu 434/3 Praha 4 ? Libu?, PS? 142 00 I?: 290 60 958, DI?: CZ290 60 958 C 200350 veden? u M?stsk?ho soudu v Praze Banka: Fio banka a.s.
2017 Jul 04
1
Lightweight alternative to virt-manager
Dear C. L. Martinez, The simplest way for lightweight for you is with VNC from your Win/Mac to the virt host VNC remote desktop or just a SHELL. Its done! Xlord -----Original Message----- From: CentOS-virt [mailto:centos-virt-bounces at centos.org] On Behalf Of Nux! Sent: Tuesday, July 4, 2017 6:36 PM To: Discussion about the virtualization on CentOS <centos-virt at centos.org> Subject:
2011 Dec 27
4
Initializing a large data structure to be accessed strictly within a shared C library
Dear R-devel members, The question: Is it possible to initialize and later free a large data structure strictly within a shared C library, to be used by a function in the C library that I'll call from R--without ever having to pass data to and from R? This is analogous to C++ object initialization/use/destruction, but if possible I'd like to stay in C. The context: I'm implementing
2011 Dec 27
4
Initializing a large data structure to be accessed strictly within a shared C library
Dear R-devel members, The question: Is it possible to initialize and later free a large data structure strictly within a shared C library, to be used by a function in the C library that I'll call from R--without ever having to pass data to and from R? This is analogous to C++ object initialization/use/destruction, but if possible I'd like to stay in C. The context: I'm implementing