Cerca

Heus ací els resultats de la cerca.

VAGRANT
7 Resultats, Darrera modificació:
topic>vagrant&nouser&nodate&tags}} == help * [[https://www.vagrantup.com/docs/vagrantfile/machine_settings]] * vagrant_hosts -> ''sync_hosts'': [[https://www.rubydoc.info/gems/vagrant-hosts/2.6.2]] == config files * config.vm : [[https://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * provision docker : [[https://www.vagrantup.com/docs/provisioning/docker.html
vagrantfile
5 Resultats, Darrera modificació:
= vagrantfile * provisioning: [[https://www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2") do |config| * config namespace: [[https://www.vagrantup.com/docs/vagrantfile/machine_sett... x: **config.vm.box_url** * config.vm.box_url="https://app.vagrantup.com/debian/boxes/bullseye64" ===... * file * **after**: (experimental) * [[https://www.vagrantup.com/docs/provisioning/basic_usage
vagrant mysql @tech:vagrant:vagrantfile
4 Resultats, Darrera modificació:
nd </code> <code bash; install.sh> #!/bin/bash # https://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5... _TGZ="${MYSQL_FOLDER}.tar.gz" MYSQL_URL_DOWNLOAD="https://dev.mysql.com/get/Downloads/MySQL-5.5/${MYSQL_T... ar"</code> <code bash; install.sh> #!/bin/bash # https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-ser... tu14.04_amd64.deb-bundle.tar" MYSQL_URL_DOWNLOAD="https://dev.mysql.com/get/Downloads/MySQL-5.6/${MYSQL_T
3 nodos vagrant + docker @tech:vagrant:vagrantfile
3 Resultats, Darrera modificació:
update sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg2 \ software-properties-common \ vim curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt... - sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/debian \ $(lsb_rel
Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
d config end # end cluster end </code> /via: [[https://gist.github.com/roblayton/c629683ca74658412487]