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
- 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
- DOCKER @tech:docker
- rity]] * [[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... /docker.sock:/var/run/docker.sock -v /yourpath:/.config/jesseduffield/lazydocker lazyteam/lazydocker</
- 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
- 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
- git tips @tech:git
- modo seguro:<code bash>git fetch origin git log --oneline main..origin/main git checkout main git log ... base origin develop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -a <TAG... a </code> /via: [[https://stackoverflow.com/questions/36358265/when-does-git-refresh-the-list-of-remot... deshaz el útlimo commit, pero deja los cambio disponibles git reset HEAD~ --soft git stash # muevete a
- 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
- git config @tech:git
- = git config {{tag>git}} == glosario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.month} * - (guión) : te devuelve a la rama que acabas de dejar == config * ubicación: * system : /etc/gitconfig [--system] * global : ~/.gitconfig [--global]