Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant mysql
- heros 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> == con docker (problema sin resolver, la VM arranca bien... <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.config
- vagrant tomcat (7/8) con JDK (7/8)
- = 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), <code bash>docker run -d -p 9090:80 -v $PWD:/http ... == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ub
- vagrant weblogic
- ntfile}} == 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.pro
- master template
- late {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sx... ; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.vm.define host['name'] do |node|
- vagrant php
- file}} == 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.pro
- vagrant + docker + ngnix
- vagrant despliega docker, falta ./data> Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.hostname = "debivan" config.vm.network "forwarded_port",
- 3 nodos vagrant + docker
- 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.hostna... network", ip: "10.0.100.101" nodo1.vm.provision "shell", path: "install-docker.sh"
- vagrant + docker
- g>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| config.vm.box = "debian/bullseye64" config.vm.hostname = "dockerd-tls" config.vm.network "forwarded_p
- Vagrantfile: multi-machine cluster in a loop
- uby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master" => { :ip => "192.16... 8.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 d