Cerca

Heus ací els resultats de la cerca.

VAGRANT
37 Resultats, Darrera modificació:
agrantfile]] * [[tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}... ydoc.info/gems/vagrant-hosts/2.6.2]] == config files * config.vm : [[https://www.vagrantup.com/docs/... agrantup.com/docs/provisioning/docker.html]] == resumen comandos === imágenes (box) * ''vagrant box add <imagen>'': descargar * alternativamente, d
vagrant mysql @tech:vagrant:vagrantfile
36 Resultats, Darrera modificació:
agrant mysql {{tag>Vagrantfile}} 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-in
vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
20 Resultats, Darrera modificació:
on JDK (7/8) {{tag>Vagrantfile}} 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-in
master template @tech:vagrant:vagrantfile
19 Resultats, Darrera modificació:
} == master (DSP) * la configuración de las VM está en fichero separado <sxh ruby; highlight:[13-1... nc| config.vm.synced_folder sync['host'], sync['guest'], type: sync['type'] } host['ports']&.each { |port| node.vm.network :forwarded_port, guest: port['guest'], host: port['host'] } if host['ansible_local'] host['ansible_local']['
vagrant weblogic @tech:vagrant:vagrantfile
16 Resultats, Darrera modificació:
do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01... ig.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.... urce: "../../../common/wls_adminserver.service", destination: "/tmp/wls_adminserver.service" config
vagrantfile examples
10 Resultats, Darrera modificació:
= vagrantfile examples {{NEWPAGE>tech:vagrant:vagrantfile}} {{topic>Vagrantfile&nodate&nouser&sort&ta... ' - subir (versión, proveedor, etc...) - descargar (desde otro Vagrantfile):<code yaml; Vagrantfile></code> == ejemplos === configuraciones simples <sxh ruby; title: 1 máquina, varias opcio
3 nodos vagrant + docker @tech:vagrant:vagrantfile
7 Resultats, Darrera modificació:
dos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title: 3 nodos vagrant> Vagrant.configure("2") do |config| c... e "nodo1" do |nodo1| nodo1.vm.box = "debian/jessie64" nodo1.vm.hostname = "nodo1" # nodo... e "nodo2" do |nodo2| nodo2.vm.box = "debian/jessie64" nodo2.vm.hostname = "nodo2" nodo2
vagrant + docker + ngnix @tech:vagrant:vagrantfile
4 Resultats, Darrera modificació:
x {{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_net... onfig.vm.provision "docker" do |d| d.pull_images "nginx" d.run "nginx", args: "-v '/vagr
vagrant php @tech:vagrant:vagrantfile
3 Resultats, Darrera modificació:
do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01... ovision "file", source: "../../common/info.php", destination: "/tmp/info.php" config.vm.provider :v... php /var/www/html # /var/www/html </code> == comunes <code php; info.php> <?php phpinfo(); ?> </code>
vagrantfile
2 Resultats, Darrera modificació:
Vagrant.configure("2") do |config| * config namespace: [[https://www.vagrantup.com/docs/vagrantfile... g.vm.box_url="https://app.vagrantup.com/debian/boxes/bullseye64" === hostname === provision * **nam
vagrant + docker @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
kerd-tls" config.vm.network "forwarded_port", guest: 80, host: 1080 config.vm.network "private_ne