Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Singularity @tech:singularity
- = Singularity == .sif i cache <code bash>singularity pull hello-world.sif shub://vsoch/hello-world</code> <code bash>singularity cache list [-v]</code> == containers <code bash>singularity exec hello-world.sif /bin/echo Hello World!</
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech... ock:ro --pull=always mrjackwills/oxker</code> * LazyDocker:<code bash>docker run --rm -it -v /var/ru... n/docker.sock -v /yourpath:/.config/jesseduffield/lazydocker lazyteam/lazydocker</code> * Dry (docker & swarm):<code bash>docker run --rm -it -v /var/r
- istio @tech:istio
- = istio == info * patrón sidecar (aislamiento y encapsulación) * proxy: * ([[https://www.envoyproxy.io/|Envoy]]) que controla todas las comunicaciones del pod * notifica a "control": * Mixer: métricas * Pilot: i
- VAGRANT @tech:vagrant
- ] * [[tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help ... agrant box outdated'': mirar estado de versión de las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box prune'': eliminar ver... mágenes viejas (cuando se actualiza no se elimina la versión anterior) * ''vagrant box update'': act
- git tips @tech:git
- git merge origin/main</code> * [[https://www.atlassian.com/es/git/tutorials/syncing/git-fetch]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-checkout]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-merge]] * [[https://www.atlassian.com/es/git/tutorials/syncing/git-pull]] == r
- Google @tech:google
- king]] * /via: [[https://www.welivesecurity.com/la-es/2021/07/29/google-hacking-averigua-que-informa... un rango numérico * **+**: Buscar más de una palabra clave * **-** : excluir palabras * **%%*%%**: operador comodín * **"..."** : palabras exactas * *
- terraform variables @tech:terraform
- r.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declaración * recomendado en fichero aparte **variables.tf** declaración: <code properties variables.tf> variable "a... public_subnet_cidr_blocks" { description = "Available cidr blocks for public subnets." type
- master template @tech:vagrant:vagrantfile
- = master template {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sxh ruby; highlight:[13-14]; title: Vagrantfile> A... ['ansible_local'] host['ansible_local']['playbooks']&.each { |pb| config.vm.provisio
- docker-compose @tech:docker:docker-compose
- = docker-compose == related * [[tech:docker:docker-compose:casosuso]] == comandos * detached star... VARIABLE}'' - se pueden pasar variables desde la línea de comandos: ''docker run -e <variable>=<va... en especificar otros archivos de variables y pasarlas desde la línea de comandos: ''docker run %%--%%env-file <fichero>'' <code properties; .env> # variab
- casos de uso @tech:terraform
- = casos de uso == data-templates <code powershell; template.tpl> Install-WindowsFeature -Name GPMC,RSAT-AD-PowerShell,RSAT-AD-Admin... } -GroupCategory Security -GroupScope Global -DisplayName ${admin_vpn_group} -Path "${vpn_OU_AD}${base... word = "${password}" | ConvertTo-SecureString -AsPlainText -Force } New-ADUser @Attributes </code> <co
- docker volumes @tech:docker
- rasversal al OS == --volume o --mount * desde la versión 17.06 ''--mount'' está también disponible... e=myvol2,target=/app \ # -v myvol2:/app \ nginx:latest </code> <code bash> docker run -d \ --name=... \ # -v nginx-vol:/usr/share/nginx/html \ nginx:latest </code> <code bash> $ docker run -d \ --nam... # -v nginx-vol:/usr/share/nginx/html:ro \ nginx:latest </code> == volume drivers === vieux/sshfs <c
- TERRAFORM @tech:terraform
- =PoC * [[tech:terraform:poc:workspaces]] === related {{topic>terraform +cursos&nodate&nouser&tags&s... terraform +libros&nodate&nouser&tags&sort}} === enlaces documentación * 0.12: [[https://www.terrafor... //www.terraform.io/docs/configuration-0-11/interpolation.html: interpolación (referenciar variables, atributos de recursos, llamar funciones)]] == de int
- vagrant mysql @tech:vagrant:vagrantfile
- dex</code> == con docker (problema sin resolver, la VM arranca bien el mysql la primera vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NA... r=${MYSQL_HOME} & sleep 10 ${MYSQL_HOME}/bin/mysqladmin -u root password 'admin' sudo ${MYSQL_HOME}/b
- docker-compose casos de uso @tech:docker:docker-compose
- TABASE=test </code> == sftp * mapea en la carpeta home del usuario especificado (no se pued... ntainer_name: "portainer-app" # command: --templates http://templates/templates.json ports: - "9000:9000" networks: - local volumes: - /va
- ansible @tech:ansible
- = ansible {{tag>devops info}} == related * [[info:cursos:udemy:ansible|]] == more * Filtros: [[https://docs.ansible.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-w... imports-and-includes]] * SUDO: * ''ansible-playbook <...> --ask-become-pass'' * ''ansible-pl