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
- recta git stash pop git add . # or add individual files git commit -m "your message here"; # ahora tus c... 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-sc
- Singularity @tech:singularity
- are configured in the /etc/passwd and /etc/group files respectively. In order for the shell within the ... er information needs to be available within these files within the container. * Assuming this feature ... the host system to the /etc/passwd and /etc/group files within the container [1]. * Singularity also b... arting. Note that this bind process isn’t copying files into the running container, it is simply making
- 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
- 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.... ${MYSQL_HOME}/data sudo cp ${MYSQL_HOME}/support-files/my-medium.cnf /etc/my.cnf sudo cp ${MYSQL_HOME}/support-files/mysql.server /etc/init.d/mysql.server sudo mkdir
- Terraform cli @tech:terraform
- ration * **validate** : Validates the Terraform files * **plan** : Generate and show an execution plan * **fmt** : Rewrites config files to canonical format * **apply** : Builds or ch... 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 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
- 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>
- TERRAFORM @tech:terraform
- mación a fichero:<code properties>resource "local_file" "foo" { content = "${tls_private_key.vm_adwriter.private_key_pem}" filename = "${path.cwd}/vm_adwriter.key" } </code> *... 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.private_key_pem}" filename = "${path.cwd}/ec2_foo.key" } </code> <code p
- docker-compose casos de uso @tech:docker:docker-compose
- volumes: - ./data/db:/var/lib/mysql env_file: - db.env container_name: mariadb ad... (FIDMAG) === start ''docker-compose -d up'' === files <code ruby Dockerfile> FROM php:7.2-apache ENV ... volumes: - ./data/db:/var/lib/mysql env_file: - db.env container_name: db </code> <c
- 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
- docker run @tech:docker
- ure-ftpd docker run \ -v ${PWD}/data:/home/bob/files \ -e FTP_PASSIVE_PORTS=10000:10009 \ -p 10... HOST> -P<PORT> -u <USER> -p"<PASSWORD>" "--result-file=/backup/$(date +"%Y-%m-%d-%s")_${MYSQL_DATABASE}.
- 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