Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- VAGRANT
- 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
- 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
- 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
- } == 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
- 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
- = 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
- 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
- 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
- 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
- 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
- kerd-tls" config.vm.network "forwarded_port", guest: 80, host: 1080 config.vm.network "private_ne