Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Singularity @tech:singularity
- inux system administration, you may be aware that in Linux, users and their Unix groups are configured in the /etc/passwd and /etc/group files respectively. In order for the shell within the container to know ... container shuts down, those changes will persist in the relevant location on the host system. * The
- Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
- t server-key.pem -out server-req.pem openssl rsa -in server-key.pem -out server-key.pem openssl x509 -req -in server-req.pem -days 3600 -CA ca-cert.pem -CAkey ... t client-key.pem -out client-req.pem openssl rsa -in client-key.pem -out client-key.pem openssl x509 -req -in client-req.pem -days 3600 -CA ca-cert.pem -CAkey
- Google: operadores de búsqueda @tech:google
- : Buscar en el texto del sitio web solamente === in title * **allintitle:** * **intitle:** Buscar... r:** * **allintext:** * **allinarchor:** === in link * **link:** : <URL> sitios que apuntan a t... snoozed * unread * read * chat * **in:** * anywhere * inbox * spam * tr
- Dockerfile run script @tech:docker:dockerfile:examples
- ob/master/run.sh]] == destacable <sxh bash> for i in /scripts/pre-init.d/*sh do if [ -e "${i}"... h> #!/bin/sh # execute any pre-init scripts for i in /scripts/pre-init.d/*sh do if [ -e "${i}"... f $tfile fi # execute any pre-exec scripts for i in /scripts/pre-exec.d/*sh do if [ -e "${i}"
- docker TLS (OLD) @tech:docker
- client' -config openssl-ca.cnf openssl x509 -req -in client-cert.csr -CA ca.pem -CAkey ca-key.pem -CAc... tc/docker/ssl/openssl.cnf sudo openssl x509 -req -in /etc/docker/ssl/daemon-cert.csr -CA /etc/docker/s
- docker volumes @tech:docker
- cal_path | <nothing-for-anonymous-volume ] : path-in-container [ : [ ro ] ]'' * ''--mount | -m'' ... |src= {name,path} ], destination|dst|target=<path-in-container>[,readonly][,volume-opt=<options]'' ==
- POC estructura AD @tech:terraform
- nds_on = ["aws_vpc.vpc_myapp"] } # # NAT Gateway in AZ1 # resource "aws_nat_gateway" "natgw_az1" { ... ws_internet_gateway.igw_main"] } # # NAT Gateway in AZ2 # # resource "aws_nat_gateway" "natgw_az2"
- VAGRANT @tech:vagrant
- name action_provision </code> <code bash> for var in $(find ~/Vagrant -name action_provision); do echo... wk '/^[a-f0-9]{1,7}\s+/ {print $5}'` for variable in $LISTA; do cat ${variable}/.vagrant/machines/defa
- dockerd remote tls access @tech:docker:dockerd
- : <code bash>openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem -CAcreate... : <code bash>openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem -CAcreate
- kubernetes namespace @tech:k8s:cli
- h; ver que objetos están en un namespace (o no)># In a namespace kubectl api-resources --namespaced=true # Not in a namespace kubectl api-resources --namespaced=fa
- DOCKER @tech:docker
- locean.com/community/tutorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04]] * [[http
- elasticsearch @tech:elasticsearch
- ttp://www.elasticsearchtutorial.com/elasticsearch-in-5-minutes.html]] * [[info:cursos:openwebinars:e
- git repo server @tech:git
- these refs are overwritten by a git remote update in the target repository. [[https://git-scm.com/docs
- terraform variables @tech:terraform
- _gateway" { description = "Enable a VPN gateway in your VPC." type = bool default = f
- kubernetes in azure @tech:k8s:cli
- = kubernetes in azure == conexión <code bash>az aks get-credentials --resource-group <RG> --name <AKS>