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
- DOCKER @tech:docker
- urity]] * [[tech:docker:TLS]] * [[tech:docker:context]] * [[tech:docker:scan]] * Dev Containers: [[https://www.youtube.com/watch?v=DkKs29etRis]] * Health Check: [[https://atareao.es/podcast/tu-contenedor-docker-podria-estar-muerto-y-tu-sin-entera... n/docker.sock:/var/run/docker.sock -v /yourpath:/.config/jesseduffield/lazydocker lazyteam/lazydocker</
- 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.
- terraform variables @tech:terraform
- tps://developer.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declaración *... cción de valores key=value, 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
- 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']
- git config @tech:git
- = git config {{tag>git}} == glosario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.mon... ) : te devuelve a la rama que acabas de dejar == config * ubicación: * system : /etc/gitconfig [... lobal : ~/.gitconfig [--global] * repo : .git/config * <code bash>git config --list --show-origin</code> * ''git config [--global] --list'' : si o
- 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
- 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
- docker-compose @tech:docker:docker-compose
- bash>docker-compose up -d --scale <SERVICIO>=<NUM_CONT></code> === estado servicio <code bash> docker c... [nombre_del_servicio] # para pero no destruye el contenedor docker compose down [nombre_del_servicio] # para y destruye el contenedor docker compose down # para y destruye todos los contenedores y la red de la aplicación </code> == var
- 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 \