Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- vagrant mysql @tech:vagrant:vagrantfile
- cheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall)... 0:80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, la VM arranca bien... ERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.configure("2") do |config| config.vm.box = "altrankas/mysql5" config.vm.hostname = NAME config.vm.de
- GIT @tech:git
- heet-es.md]] * {{ :tech:git:workflow-of-version-control.pdf |}} * {{ :tech:git:git-cheatsheet-en-wh... todo <callout type="warning" title="git extras" icon="true">https://github.com/tj/git-extras/</callout> <callout type="info" title="git submodules" icon="true">https://stackoverflow.com/questions/379692... allout> <callout type="info" title="git resumen" icon="true">http://rogerdudler.github.io/git-guide/ind
- DOCKER @tech:docker
- urity]] * [[tech:docker:TLS]] * [[tech:docker:context]] * [[tech:docker:scan]] * Dev Containers: [[https://www.youtube.com/watch?v=DkKs29etRis]] ... n/docker.sock:/var/run/docker.sock -v /yourpath:/.config/jesseduffield/lazydocker lazyteam/lazydocker</... d : [[https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/vsftp.html#environme
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- = vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall)... == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "
- Singularity @tech:singularity
- <code bash>singularity cache list [-v]</code> == containers <code bash>singularity exec hello-world.si... re 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 of my user, the relevant user infor... eds to be available within these files within the container. * Assuming this feature is enabled on yo
- vagrantfile examples @tech:vagrant
- code yaml; Vagrantfile></code> == ejemplos === configuraciones simples <sxh ruby; title: 1 máquina, varias opciones de configuración> Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.hostname = "prueba1" config.vm.
- istio @tech:istio
- * ([[https://www.envoyproxy.io/|Envoy]]) que controla todas las comunicaciones del pod * notifica a "control": * Mixer: métricas * Pilot: información a los proxies de los pods: registro y configuraciones * Istio-Auth: certificados para... oy * intercepta todo el tráfico * se comunica con control === mixer * control de acceso y recepc
- VAGRANT @tech:vagrant
- ://www.rubydoc.info/gems/vagrant-hosts/2.6.2]] == config files * config.vm : [[https://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * prov... uación de todas las máquinas * ''vagrant ssh'': conexión a la máquina * ''vagrant destroy'': destru... mantener los directorios "compartidos" en syncro contínua == plugins === vagrant-hosts * ''vagrant
- master template @tech:vagrant:vagrantfile
- plate {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sx... ' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.vm.define host['name'] do |node| node.vm.box = host['box']
- docker context @tech:docker
- = docker context connectar con **dockerd** remoto a través conexión SSH <code bash> docker context create --docker host=ssh://<SERVER
- vagrantfile @tech:vagrant
- /www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2") do |config| * config namespace: [[https://www.vagrantup.com/docs/vagrantfile/machine_settings#machine-settings]] === box * box a usar: **config.vm.box** * config.vm.box="debian/bullseye6
- vagrant weblogic @tech:vagrant:vagrantfile
- antfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.prov
- terraform variables @tech:terraform
- map**: colección de valores identificado cada uno con una cadena * <code properties>map("a", "b", "... **object**: colección de atributos identificados, con posibilidad de diferentes tipos * <code javas... }" }</code> * **tuple**: colección de elementos consecutiva de diferentes tipos * <code propertie... ue]</code> /via: [[https://www.terraform.io/docs/configuration/types.html]] == input variables * b
- docker-compose casos de uso @tech:docker:docker-compose
- b:/var/lib/mysql env_file: - db.env container_name: mariadb adminer: image: admine... apear varios usuarios * permite encriptación de contraseñas * permite certificados <code yaml docke... mage: portainer/portainer restart: always container_name: "portainer-app" # command: --templ... & rm -rf /var/lib/apt/lists/* RUN docker-php-ext-configure gd \ --with-gd \ --with-webp-dir \
- dockerd remote tls access @tech:docker:dockerd
- * [[https://nickjanetakis.com/blog/docker-tip-73-connecting-to-a-remote-docker-daemon]] * [[https://... 3bd3278c6 == setup * pretendemos "asegurar" la conexión con el **dockerd** de manera que solo los clientes con certificado firmado por la misma CA que el servidor