Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- 7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker... 01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/tomcat.service" config.vm.provider :virtualbox do |v| v.name = "altr
- vagrant weblogic @tech:vagrant:vagrantfile
- ovision "file", source: "../../../common/wls_adminserver.service", destination: "/tmp/wls_adminserver.service" config.vm.provider :virtualbox do |v| v.name = "altrankas-weblogic12-JDK8" v.
- vagrant mysql @tech:vagrant:vagrantfile
- ysql {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker... config.vm.provision "shell", path: "../../common/setup-mysql.sh", args: "#{VERSION}" config.vm.provision "shell", path: "../../common/setup-vagrant.sh" config.vm.provision "docker" do
- VAGRANT
- antfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[https://www.vagrantup.com/docs/vagrantfile/machine_settings]] * vagrant_hosts -> ''sync_hosts'': [[ht... ttps://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * provision docker : [[https://www... scarga manual: ''wget https://app.vagrantup.com/<USER>/boxes/<BOX>/versions/<VERSION>/providers/<PROVE
- vagrantfile
- ttps://www.vagrantup.com/docs/vagrantfile/machine_settings#machine-settings]] === box * box a usar: **config.vm.box** * config.vm.box="debian/bullseye64" * versión de la box a usar: **config.vm.bo... x_url="https://app.vagrantup.com/debian/boxes/bullseye64" === hostname === provision * **name**: no
- 3 nodos vagrant + docker @tech:vagrant:vagrantfile
- /download.docker.com/linux/debian \ $(lsb_release -cs) \ stable" sudo apt-get update sudo apt-ge... sudo usermod -aG docker vagrant #newgrp docker #docker run
- vagrantfile examples
- rant:vagrantfile}} {{topic>Vagrantfile&nodate&nouser&sort&tags}} == vagrant box * crear una box en
- Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
- antfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluste
- vagrant + docker @tech:vagrant:vagrantfile
- gure(2) do |config| config.vm.box = "debian/bullseye64" config.vm.hostname = "dockerd-tls" confi
- master template @tech:vagrant:vagrantfile
- P) * la configuración de las VM está en fichero separado <sxh ruby; highlight:[13-14]; title: Vagra
- vagrant php @tech:vagrant:vagrantfile
- ig.vm.provision "shell", path: "../../common/addInsecureKey.sh" end </code> <code bash; install.sh> #