Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- terraform variables @tech:terraform
- le "resource_tags" { description = "Tags to set for all resources" type = map(string) defa... _blocks" { description = "Available cidr blocks for public subnets." type = list(string) d... le "resource_tags" { description = "Tags to set for all resources" type = map(string) defa... 2 * <code properties>locals { service_name = "forum" owner = "Community Team" }</code> *
- DOCKER @tech:docker
- : [[https://www.everythingcli.org/ssh-tunnelling-for-fun-and-profit-autossh/]] * [[https://github.... .com/r/docker/comments/7e0gid/docker_with_pia_vpn_for_transmission_and/]] == resumen comandos === inst... : filtra por el contenido de las claves * ''--format "%%{{.ID}}:{{.Repository}}%%"'': formato de salida (escrito en Go, plantilla) * ''docker rmi <ima
- .git* @tech:git
- -oneline --max-count=10 ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... line --decorate --graph ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... unstage = reset --soft HEAD^ ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]
- git repo server @tech:git
- */etc/ssh/sshd_config**:<code> Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> * **gitlab-ce**:<code ; ~git/... vice/gitlab-shell/bin/gitlab-shell key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa AA...restofkeysnip! </code> * no **~/.
- Singularity @tech:singularity
- asswd and /etc/group files respectively. In order for the shell within the container to know of my user... from Docker Hub and convert them into a suitable format for running via Singularity. When you pull a Docker image, Singularity pulls the slices or layers t... ity saying that it’s “Converting OCI blobs to SIF format”. We then see the layers of the Docker image b
- git MERGE @tech:git
- <rama>'' : merge de la rama actual con <rama> en formato fast-forward * ''%%--no-ff%%'' : en formato no-fastforward * ''git merge %%--%%squash <rama>'' : importa
- Terraform cli @tech:terraform
- * **fmt** : Rewrites config files to canonical format * **apply** : Builds or changes infrastructu... or plan * **taint** : Manually mark a resource for recreation * **untaint** : Manually unmark a re... ** : Debug output management (experimental) * **force-unlock** : Manually unlock the terraform state
- Dockerfile run script @tech:docker:dockerfile:examples
- SSL/blob/master/run.sh]] == destacable <sxh bash> for i in /scripts/pre-init.d/*sh do if [ -e "... de bash> #!/bin/sh # execute any pre-init scripts for i in /scripts/pre-init.d/*sh do if [ -e "... rm -f $tfile fi # execute any pre-exec scripts for i in /scripts/pre-exec.d/*sh do if [ -e "
- VAGRANT @tech:vagrant
- agrant -name action_provision </code> <code bash> for var in $(find ~/Vagrant -name action_provision); ... al-status | awk '/^[a-f0-9]{1,7}\s+/ {print $5}'` for variable in $LISTA; do cat ${variable}/.vagrant/m
- docker-compose @tech:docker:docker-compose
- compose up -d [nombre_del_servicio] # reconstruir forzando docker compose up -d --build [nombre_del_ser... evitar inicio dependencias docker compose up -d --force-recreate [nombre_del_servicio] </code> === pa
- master template @tech:vagrant:vagrantfile
- host['ports']&.each { |port| node.vm.network :forwarded_port, guest: port['guest'], host: port['hos... host['ports'].each do |port| vm.network :forwarded_port, guest: port['guest'], host: port['hos
- vagrant mysql @tech:vagrant:vagrantfile
- rivate_network", ip: "#{IP}" config.vm.network "forwarded_port", guest: 3306, host: 3306 config.vm.... _network", ip: "192.168.1.5" config.vm.network "forwarded_port", guest: 3306, host: 3306 config.vm
- docker scan @tech:docker
- ir la imagen base * ''%%--json%%'': salida en formato JSON * ''%%--group-issues%%'': agrupa las
- docker volumes @tech:docker
- v'' * ''[ volume_name | local_path | <nothing-for-anonymous-volume ] : path-in-container [ : [ ro ]