Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- docker volumes @tech:docker
- unt source=nginx-vol,destination=/usr/share/nginx/html \ # -v nginx-vol:/usr/share/nginx/html \ nginx:latest </code> <code bash> $ docker run -d \ --name... unt source=nginx-vol,destination=/usr/share/nginx/html,readonly \ # -v nginx-vol:/usr/share/nginx/html:ro \ nginx:latest </code> == volume drivers === vieu
- vagrant php @tech:vagrant:vagrantfile
- 6 > /dev/null 2>&1 sudo cp /tmp/info.php /var/www/html # /var/www/html </code> == php7 <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive ... p > /dev/null 2>&1 sudo cp /tmp/info.php /var/www/html # /var/www/html </code> == comunes <code php; info.php> <?php phpinfo(); ?> </code>
- ansible @tech:ansible
- ible.com/ansible/2.5/user_guide/playbooks_filters.html]] * Condicionales: [[https://docs.ansible.com/ansible/2.5/user_guide/playbooks_conditionals.html?highlight=when#applying-when-to-roles-imports-and... s://docs.ansible.com/ansible/2.5/user_guide/vault.html?highlight=ansible%20vault]] == tips & tricks *
- DOCKER @tech:docker
- et/2024/11/comandos-de-docker-basicos-y-avanzados.html]] === take a look * [[https://docs.docker.com/... /en/latest/content/DockerImages/dockerfiles/vsftp.html#environment-variables]] * rtorrent + rutorrent
- GIT @tech:git
- ps://esparta.github.io/gitimmersion-spanish/index.html]] * [[https://www.atlassian.com/git/tutorials/l... ">http://rogerdudler.github.io/git-guide/index.es.html</callout> <callout type="info" title="git command
- TERRAFORM @tech:terraform
- https://www.terraform.io/docs/configuration/index.html]] * 0.11: [[https://www.terraform.io/docs/configuration-0-11/interpolation.html: interpolación (referenciar variables, atributos
- VAGRANT @tech:vagrant
- w.vagrantup.com/docs/vagrantfile/machine_settings.html]] * provision docker : [[https://www.vagrantup.com/docs/provisioning/docker.html]] == resumen comandos === imágenes (box) * ''v
- elasticsearch @tech:elasticsearch
- ://www.elasticsearchtutorial.com/elasticsearch-in-5-minutes.html]] * [[info:cursos:openwebinars:elk|]]
- git tips @tech:git
- -recovery/recover-files-from-local-repository-git.html]] == búsquedas <code bash localizar fichero>git
- Singularity @tech:singularity
- ps://imperialcollegelondon.github.io/2020-07-13-Containers-Online/10-singularity-containers/index.html]]
- terraform azure @tech:terraform
- raform.io/docs/providers/azurerm/guides/azure_cli.html]] * [[https://learn.hashicorp.com/terraform/azu
- terraform modules @tech:terraform
- tps://www.terraform.io/docs/configuration/modules.html]] == llamada <code properties> module "servers" {
- terraform variables @tech:terraform
- https://www.terraform.io/docs/configuration/types.html]] == input variables * bloque declaración/valo
- docker-compose casos de uso @tech:docker:docker-compose
- er-php-ext-install gd RUN sed -ri -e 's!/var/www/html!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/sites-ava
- vagrant + docker + ngnix @tech:vagrant:vagrantfile
- ginx", args: "-v '/vagrant:/usr/share/nginx/html' -p '80:80'" end config.vm.provider "virtualb