Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- DOCKER @tech:docker
- e/]] * [[https://docs.docker.com/storage/bind-mounts/]] * [[https://docs.docker.com/compose/compos... cker:docker-compose:casosuso]] * [[tech:docker:run]] == herramientas * Dockly:<code bash>docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock lirantal/dockly</code> * Oxker:<code bash>doc
- docker volumes @tech:docker
- h:docker:pasted:20200327-151948.png }} * bind mount: montaje clásico con ''-v'' sobre una estructura de directorios * tmpfs mount: almacenar data no persistente * volume: * gestionad... docker * trasversal al OS == --volume o --mount * desde la versión 17.06 ''--mount'' está tamb
- vagrant mysql @tech:vagrant:vagrantfile
- e}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</... sh" config.vm.provision "docker" do |d| d.run "mysql_#{VERSION}", image: "mysql:#{VERSION}", ... figure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version =
- istio @tech:istio
- envoyproxy.io/|Envoy]]) que controla todas las comunicaciones del pod * notifica a "control": ... ones * Istio-Auth: certificados para las comunicaciones TLS {{ :tech:istio:pasted:20200407-04033... xy envoy * intercepta todo el tráfico * se comunica con control === mixer * control de acceso y... istemas: Prometheus, AWS, GCP * proporciona API unificada sea cual sea la herramienta que haya debaj
- terraform azure @tech:terraform
- /bin/bash RESOURCE_GROUP_NAME=tstate STORAGE_ACCOUNT_NAME=tstate$RANDOM CONTAINER_NAME=tstate # Crea... ME --location "West Europe" # Create storage account az storage account create --resource-group $RESOURCE_GROUP_NAME --name $STORAGE_ACCOUNT_NAME --sku Standard_LRS --encryption-services bl
- Google @tech:google
- s * **#** : Buscar hashtags * **$** : Buscar un precio * **<num>..<num>** : Bucar en un rango numérico * **+**: Buscar más de una palabra clave * **-** : excluir palabras * **%%*%%**:... omandos * **site:** : buscas específicamente en un sitio * **related:** : sitios relacionados *
- Singularity @tech:singularity
- , you may be aware that in Linux, users and their Unix groups are configured in the /etc/passwd and /e... e directories from the host system where you are running the singularity command into the container th... t this bind process isn’t copying files into the running container, it is simply making an existing di... If you write files to this directory within the running container, when the container shuts down, tho
- terraform variables @tech:terraform
- default = "us-west-2" } variable "instance_count" { description = "Number of instances to provi... nce" depends_on = [module.vpc] instance_count = var.instance_count #tags = { # project = "project-alpha", # environment = "dev" ... colección de valores key=value, identificado cada uno con una cadena * <code properties>map("a", "
- Terraform state @tech:terraform
- ursos del state * show: muestra los detalles de uno de los recursos del state * mv: mueve o renombra un recurso * rm: elimina un recurso * pull: descarga el state de un remoto * push: sube el state desde local al remoto == mo
- docker-compose casos de uso @tech:docker:docker-compose
- riadb adminer: image: adminer restart: unless-stopped ports: - 8080:8080 </code>... etworks: - local volumes: - /var/run/docker.sock:/var/run/docker.sock - ./data:/data networks: local: driver: bridge </code> ... ENV APACHE_DOCUMENT_ROOT /var/www/intranet/www RUN apt-get update -y \ && apt-get install -y lib
- Dockerfile run script @tech:docker:dockerfile:examples
- = Dockerfile run script {{tag>dockerfile}} /via:[[https://github.com/chio-nzgft/docker-MariaDB-with-SSL/blob/master/run.sh]] == destacable <sxh bash> for i in /scripts/p... . "${i}" fi done if [ -d "/run/mysqld" ]; then echo "[i] mysqld already ... skipping creation" chown -R mysql:mysql /run/mysqld else echo "[i] mysqld not found, c
- docker run @tech:docker
- = docker run == usos útiles <code bash; portainer.sh> #!/bin/bash docker run \ --detach \ --publish 9000:9000 \ --name portainer \ --restart unless-stopped \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume ${PWD}/data:/data
- docker daemon TLS @tech:docker
- code> * create certificates:<code bash> docker run --rm -v $(pwd)/.docker:/certs paulczar/omgwtfssl ... R ~/.docker # añadir IPs correspondientes docker run --rm -v /etc/docker/ssl:/server \ -v $(pwd)/.... usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock\ --tlsverify \ --tlscacert=/etc/docker/certs/ca.pem \ --tlskey=/etc/do
- .git* @tech:git
- s = status l = log --oneline --max-count=10 ll = log --pretty=format:"%C(yellow)%... anch -avv lv = log --walk-reflogs --max-count=10 ai = add --interactive ss = s... om = pull origin master ploh = pull origin HEAD unstage = reset --soft HEAD^ ls = log --pretty=form... ials.csv </code> comprobar porqué se ve afectado un fichero:<code bash>git check-ignore -v <ruta/al/a
- kafka @tech:kafka
- = kafka == conceptos generales * comunicación asíncrona * Publicador (remitente,emisor,productor) ... s de consumo: subscriptores agrupados, escuchando un topic y un miembro del grupo atiende los mensajes * radio difusión: todos los subscriptores escuc... ker: intermediario /via: * [[https://enmilocalfunciona.io/aprendiendo-apache-kafka-parte-1/]] * [