Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- 2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
- e example below, the main element is the ''data'' tag. * **elements** – these consist of opening and ... = "The Little Prince"''. **NOTE**: Each open XML tag must have a corresponding closing tag. <code xml><?xml version="1.0"?> <data> <book title="The Lit... books.xml') root = tree.getroot() print('The root tag is:', root.tag) print('The root has the following
- 1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
- t is marked by a **pair of tags**: an **opening** tag and a **closing** tag. Both tags look nearly identical, but the closing tag's name starts with /. Tags can be easily identifi... t named ''CuriousTag'' starts where the following tag is placed: <code xml><CuriousTag></code> and ends
- git (git-book)
- = git (git-book) {{tag>devops cursos git}} ~~NOTOC~~ == info * [[https://git-scm.com/book/es/v2]] ... rónico * fecha * gpg checksum * ''git tag'': mostrar las etiquetas * ''-l <patrón>'' : patrón de filtrado * ''git tag -a vX.x'' : aplica el tag al HEAD ? * ''-a'' : etiqueta anotada * ''-m'': mensaje de la etique
- build @info:cursos:altran:docker
- docker build <opciones> .'' * ''-t REPOSITORY:TAG'' : crear a partir de un repositorio * ''-f Dockerfile.build [-t REPOSITORY:TAG]'' :si el Dockerfile no está en el sitio que se le espera * ''--no-cache [-t REPOSITORY:TAG]]'' : lo regenera todo (no tira de las caché locales) * ''force-rm [-t REPOSITORY:TAG]]'' : aunque haya problemas al "compilar", el con
- Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
- función de las variables * <code> $host = show tag values with key = "host" $stack = show tag values with key = "com.docker.stack.namespace" $service = show tag values with key = "com.docker.swarm.service.name"... r.stack.namespace" =~ /^$stack/ $container = show tag values with key = "container_name" WHERE "host" =
- Módulo 4 (Intermedio): Generadores @info:cursos:netacad:python:pe2m4
- dos no existe más. Por ejemplo: <code python> def tag(tg): tg2 = tg tg2 = tg[0] + '/' + tg[1:] ... return tg + str + tg2 return inner b_tag = tag('<b>') print(b_tag('Monty Python')) </code> Da como salida: <b>Monty Python</b>
- Sesión 6 : ansible @info:cursos:pue:devops
- git push'' * ''git rm <fichero>'' * ''git tag <version o tag> <commit>'' * ''git checkout [-b] <rama>'' : crear o cambiar de rama * ''git diff <tag/commit> <commit> [<fichero>]'' * ''git init''
- docker (altran) @info:cursos:altran
- = docker (altran) {{tag>devops cursos docker}} Ponente: **Daniel Sanchez** == Curso * [[info:curso... n:docker:rename]] * [[info:cursos:altran:docker:tag]] * [[info:cursos:altran:docker:cp]] * [[info
- VMWARE @info:cursos:idfo
- = VMWARE {{tag>vmware}} {{tag>cursos}} * Formador: Jose Chito * <pc-mouse@hotmail.com> == datos de interés
- Ethical Hacker @info:cursos:pue
- = Ethical Hacker {{tag>cursos}} {{tag>ciberseguridad}} == curs * [[info:cursos:pue:ethical-hacker:sesion1]] * [[info:cu
- LPIC2 (PUE 2021) @info:cursos:pue
- = LPIC2 (PUE 2021) {{tag>linux}} {{tag>cursos}} * Formador: Juan Alberto Garcia Fernandez * <alberto@rootdesdezero.com>
- trabajando con contenedores @info:cursos:altran:docker
- o actualiza la imagen * ''docker pull debian:<tag>'' : diferentes versiones * ''docker run %%<ima... * ''docker commit <id_contenedor> [REPOSITORY[:TAG]]'': crea imagen de contenedor * ''docker image
- Dockerfile @info:cursos:altran:docker
- re> .'': genera una nueva imagen con repositorio <tag> <callout type="info" icon="true">''vagrant rsyn... eferencia * ''FROM <image>'' * ''FROM <image:tag>'' * ''FROM <@id_imagen>'' === RUN ejecuta c
- imágenes @info:cursos:altran:docker
- rmi <imagen_id>'': borrar una imagen * ''docker tag <imagen_id> <nuevo_nombre>'' asignar un nombre a ... tageada * ''docker save -o <destino> <imagen>:<tag>'' guarda en <destino> una copia "física" de la i
- Sesión 11 Jenkins @info:cursos:pue:devops
- ublish:<code> node ("docker-agent") { stage ("tag") { sh ('docker tag gitlab/nginx-demo1:latest registry.floss.cat/mate/demo1:latest') }