Cerca

Heus ací els resultats de la cerca.

vagrant mysql
70 Resultats, Darrera modificació:
antfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> =
master template
65 Resultats, Darrera modificació:
grantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sxh ruby; highl... do |config| hosts.each do |host| config.vm.define host['name'] do |node| node.vm.box = host['box'] node.vm.hostname = host['hostname'] node.vm.network :pri
vagrant tomcat (7/8) con JDK (7/8)
36 Resultats, Darrera modificació:
antfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> =
3 nodos vagrant + docker
17 Resultats, Darrera modificació:
3 nodos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title: 3 nodos vagrant> Vagrant.configure("2") do |config| config.vm.define "nodo1" do |nodo1| nodo1.vm.box = "debian/jessie64" nodo1.vm.hostname = "nodo1" # n
vagrant weblogic
16 Resultats, Darrera modificació:
= vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.0... fig.vm.provision "file", source: "./orainst.loc", destination: "/tmp/orainst.loc" config.vm.provision "file", source: "./12c_repository_file.xml", destination: "/tmp/12c_repository_file.xml" config
vagrant php
15 Resultats, Darrera modificació:
= vagrant php {{tag>Vagrantfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.0... rovision "file", source: "../../common/info.php", destination: "/tmp/info.php" config.vm.provider :virtualbox do |v| v.name = "altrankas-apache-php
Vagrantfile: multi-machine cluster in a loop
10 Resultats, Darrera modificació:
machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master"... E_API_VERSION) do |config| cluster.each_with_index do |(hostname, info), index| config.vm.define hostname do |cfg| cfg.vm.provider :virtualb
vagrant + docker + ngnix
7 Resultats, Darrera modificació:
ix {{tag>Vagrantfile}} <sxh ruby; title: vagrant despliega docker, falta ./data> Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.hostname = "debivan" config.vm.network "forwarded_port", guest: 80, host: 1080 config.vm.network "public_networ
vagrant + docker
6 Resultats, Darrera modificació:
= vagrant + docker {{tag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| config.vm.box = "debian/bullseye64" config.vm.hostname = "dockerd-tls" config.vm.network "forwarded_port", guest: 80, host: 1080 config.vm.network... work", ip: "192.168.100.10" config.vm.synced_folder "./data","/vagrant" config.vm.provision "docke