Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- vagrant mysql @tech:vagrant:vagrantfile
- heros 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</code> == con docker (problema sin resolver, la VM arranca bien... <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.config
- 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), <code bash>docker run -d -p 9090:80 -v $PWD:/http ... == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ub
- terraform variables @tech:terraform
- ps://developer.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declaración * recomendado en fichero aparte **variables.tf** decl... <code properties variables.tf> variable "aws_region" { description = "AWS region" type = string default = "us-west-2" } variable "insta
- GIT @tech:git
- t-sheet-es.md]] * {{ :tech:git:workflow-of-version-control.pdf |}} * {{ :tech:git:git-cheatsheet-en-white.pdf |}} · {{ :tech:git:git-cheatsheet-en-gre... -en-dark.pdf |}} * {{ :tech:git:git-for-subversion-cheat-sheet.pdf |}} * {{ :tech:git:atlassian-gi... es/v2]] * [[https://esparta.github.io/gitimmersion-spanish/index.html]] == todo <callout type="warni
- 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]] * provision docker : [[https://www.vagrantup.com/docs/provisioning/docker.html]] == resumen comandos === imágene
- vagrant weblogic @tech:vagrant:vagrantfile
- ntfile}} == 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.pro
- DOCKER @tech:docker
- rity]] * [[tech:docker:TLS]] * [[tech:docker:context]] * [[tech:docker:scan]] * Dev Containers: [[https://www.youtube.com/watch?v=DkKs29etRis]] ... /docker.sock:/var/run/docker.sock -v /yourpath:/.config/jesseduffield/lazydocker lazyteam/lazydocker</... /var/run/docker.sock -e DOCKER_HOST=$DOCKER_HOST moncho/dry</code> /via: [[https://atareao.es/podcas
- Singularity @tech:singularity
- <code bash>singularity cache list [-v]</code> == containers <code bash>singularity exec hello-world.si... ave any familiarity with Linux 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 of my user, the relevant user infor
- master template @tech:vagrant:vagrantfile
- late {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sx... ; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.vm.define host['name'] do |node|
- vagrantfile @tech:vagrant
- = vagrantfile * provisioning: [[https://www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2") do |config| * config namespace: [[https://www.vagrantup.com/docs/vagrantfile/machine_set
- 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
- docker TLS (OLD) @tech:docker
- access/]] * [[https://www.labkey.org/Documentation/wiki-page.view?name=dockerTLS]] * [[https://doc... ker.com/engine/security/apparmor/]] * ''docker context'' -> [[https://docs.docker.com/engine/context/working-with-contexts/]] * [[https://tech.paulcz.net/2016/01/secure-docker-with-tls/]] * ''d
- vagrantfile examples @tech:vagrant
- ode 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.
- vagrant php @tech:vagrant:vagrantfile
- file}} == php5 <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.pro
- docker context @tech:docker
- = docker context connectar con **dockerd** remoto a través conexión SSH <code bash> docker context create --docker host=ssh://<SERVE