Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant mysql @tech:vagrant:vagrantfile
- cheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall)... 0:80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, la VM arranca bien... ERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.configure("2") do |config| config.vm.box = "altrankas/mysql5" config.vm.hostname = NAME config.vm.de
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- = vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall)... == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "
- vagrantfile examples
- code yaml; Vagrantfile></code> == ejemplos === configuraciones simples <sxh ruby; title: 1 máquina, varias opciones de configuración> Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.hostname = "prueba1" config.vm.
- VAGRANT
- ://www.rubydoc.info/gems/vagrant-hosts/2.6.2]] == config files * config.vm : [[https://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * prov... uación de todas las máquinas * ''vagrant ssh'': conexión a la máquina * ''vagrant destroy'': destru... mantener los directorios "compartidos" en syncro contínua == plugins === vagrant-hosts * ''vagrant
- master template @tech:vagrant:vagrantfile
- plate {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sx... ' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.vm.define host['name'] do |node| node.vm.box = host['box']
- vagrantfile
- /www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2") do |config| * config namespace: [[https://www.vagrantup.com/docs/vagrantfile/machine_settings#machine-settings]] === box * box a usar: **config.vm.box** * config.vm.box="debian/bullseye6
- vagrant weblogic @tech:vagrant:vagrantfile
- antfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.prov
- vagrant + docker + ngnix @tech:vagrant:vagrantfile
- : vagrant despliega docker, falta ./data> Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.hostname = "debivan" config.vm.network "forwarded_port", g
- vagrant + docker @tech:vagrant:vagrantfile
- ag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| config.vm.box = "debian/bullseye64" config.vm.hostname = "dockerd-tls" config.vm.network "forwarded_po
- vagrant php @tech:vagrant:vagrantfile
- tfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.prov
- 3 nodos vagrant + docker @tech:vagrant:vagrantfile
- 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.hostnam... vb.linked_clone = true end end config.vm.define "nodo2" do |nodo2| nodo2.vm.box
- Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
- 68.33.11", :cpus => 1, :mem => 1024 } } Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cluster.each_with_index do |(hostname, info), index| config.vm.define hostname do |cfg| cfg.vm.provider :virtualbox do |vb, override| config.vm.box = "ubuntu/trusty64" override.vm