Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- Dockerfile
- .git*
- vagrantfile
- vagrantfile examples
- git, sacar archivos del indice git (.gitignore)
- 3 nodos vagrant + docker
- Vagrantfile: multi-machine cluster in a loop
- vagrant + docker
- master template
- vagrant mysql
- vagrant php
- vagrant tomcat (7/8) con JDK (7/8)
- vagrant + docker + ngnix
- vagrant weblogic
- Dockerfile mariadb + SSL
- Dockerfile run script
Resultats de text complet:
- git tips @tech:git
- fichero > git checkout <COMMIT|HEAD|HEAD^> <path_file> </code> <code bash (ohshitgit) recuperar un fic... a su hash git checkout [hash guardado] -- path/to/file # la version anterior del archivo estará en tu in... traza cambios a fichero> git log --follow -p -- <FILE> git log --stat <FILE> </code> * https://git-scm.com/docs/git-log <code bash>git whatchanged [<FILE>
- vagrant weblogic @tech:vagrant:vagrantfile
- ox_version = "20190401.01" config.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.vm.provision "file", source: "../../../commo
- terraform variables @tech:terraform
- ro en el cli * en fichero específico ''-var-file="<FILE.TFVARS>"'' * en el propio comando ''-var "server=web"'' * en estos ficheros solo se re... o.tfvars, alfabéticamente - ''-var'' o ''-var-file'' == output como valores de retorno de un módulo... put [ [-j-son] [-no-color] [-state=<path_to_state_file>] ] <NOMBRE> * ''-state'' se ignora si se t
- master template @tech:vagrant:vagrantfile
- 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 ... rovider.k = v[k] # end end hosts = YAML.load_file('Vagranthosts.yml') Vagrant.configure(VAGRANTFIL
- vagrant mysql @tech:vagrant:vagrantfile
- ox_version = "20190401.01" config.vm.provision "file", source: "../../common/addroot.sql", destination: "/tmp/addroot.sql" config.vm.provision "file", source: "./mysql-5.5.62-linux-glibc2.12-x86_64.... chero **tar**): <code yaml> config.vm.provision "file", source: "./mysql-server_5.6.43-1ubuntu14.04_amd... ox_version = "20190401.01" config.vm.provision "file", source: "../../common/addroot.sql", destination
- Singularity @tech:singularity
- the Docker image and converts them into a single-file Singularity SIF image. * Note how we see singul... loaded and unpacked and written into a single SIF file. Once the process is complete, we should see the python-3.8.2.sif image file in the current directory. /via: [[https://imperi
- casos de uso @tech:terraform
- tributes </code> <code properties> data "template_file" "vm_adwriter" { template = "${file("templates/aws_instance.vm_adwriter.tpl")}" vars { contain... " } } </code> <code properties> ... user_data = ${data.template_file.vm_adwriter.rendered} ... </code>
- docker-compose @tech:docker:docker-compose
- esde la línea de comandos: ''docker run %%--%%env-file <fichero>'' <code properties; .env> # variables d... variables en otros archivos # docker run --env-file <fichero> MYSQL_ROOT_PASSWORD=toor MYSQL_DATABAS... a el valor del shell) * usar la sección **env_file**, donde carga los valores desde un fichero exter
- Anotaciones curso GIT @tech:git
- hort, full, fuller, format * !! git reset HEAD <file> [--hard] * !! git checkout -- <file> * git remote [add][show][rename][rm] * git fetch * git pu
- Terraform cli @tech:terraform
- rces * **output** : Read an output from a state file * **destroy** : Destroy Terraform-managed infra... o. == otros * **refresh** : Update local state file against real resources * **show** : Inspect Ter
- TERRAFORM @tech:terraform
- mación a fichero:<code properties>resource "local_file" "foo" { content = "${tls_private_key.vm_adw... sadecrypt(aws_instance.vm_adwriter.password_data, file("${path.cwd}/vm_adwriter.key"))}" } </code> ===
- terraform win-instance @tech:terraform
- e = "${rsadecrypt(aws_instance.foo.password_data, file("${path.cwd}/ec2_foo.key"))}" } output "Private ... vate_key.foo.private_key_pem}" } resource "local_file" "foo" { content = "${tls_private_key.foo.pr
- vagrantfile @tech:vagrant
- ionar (para info) * **type**: * shell * file * **after**: (experimental) * [[https://www... end</code> * <code>config.vm.provision [name] :file, path: "bootstrap.sh"</code> === network === syn
- docker-compose casos de uso @tech:docker:docker-compose
- volumes: - ./data/db:/var/lib/mysql env_file: - db.env container_name: mariadb ad... volumes: - ./data/db:/var/lib/mysql env_file: - db.env container_name: db </code> <c
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- ox_version = "20190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/to... OPTS=-Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom' ExecStart=/opt/tomcat/bin/startu