Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisar capítulo de contenedores #56

Open
JJ opened this issue Nov 10, 2020 · 3 comments
Open

Revisar capítulo de contenedores #56

JJ opened this issue Nov 10, 2020 · 3 comments
Labels
enhancement 🤔 lista de deseos 🤔 Cosas que se pueden considerar cuando se vayan a actualizar los apuntes.

Comments

@JJ
Copy link
Owner

JJ commented Nov 10, 2020

  • Los ejemplos no reflejan casos de uso y son más bien arbitrarios.
  • El uso interno del contenedor tampoco explica bien para qué se puede usar y el caso de uso correspondiente.
  • Documentar mejor buenas prácticas.
@JJ JJ added 🤔 lista de deseos 🤔 Cosas que se pueden considerar cuando se vayan a actualizar los apuntes. enhancement labels Nov 10, 2020
JJ added a commit that referenced this issue Nov 10, 2020
Tras ==>
Desgajado docker-machines que no venía muy a cuento refs #56
JJ added a commit that referenced this issue Nov 10, 2020
Tras ==>
Desgajado docker-machines que no venía muy a cuento refs #56
JJ added a commit that referenced this issue Nov 10, 2020
Tras ==>
Reestructura docker-compose para que vaya al final refs #56
JJ added a commit that referenced this issue Nov 10, 2020
Tras ==>
Echando a funcionar el contenedor de sbt refs #56
JJ added a commit that referenced this issue Nov 10, 2020
JJ added a commit that referenced this issue Nov 10, 2020
Tras ==>
Arreglo de las explicaciones

Con múltiples errores, #56, pero ahora estoy mosqueado porque habla de
un `bobot` que no sé en qué momento funcionó.
JJ added a commit that referenced this issue Nov 10, 2020
JJ added a commit that referenced this issue Nov 10, 2020
JJ added a commit that referenced this issue Nov 10, 2020
Con múltiples errores, #56, pero ahora estoy mosqueado porque habla de
un `bobot` que no sé en qué momento funcionó.
JJ added a commit that referenced this issue Nov 11, 2020
Tras ==>
Revisando capítlo #56 📝 y mejorando Dockerfile
@Carlosma7
Copy link
Contributor

Al igual que se menciona la herramienta skopeo, la cual resulta útil e interesante de cara a optimizar nuestro Dockerfile. Se podría mencionar en el guión otra herramienta que realmente resulta útil que es container-diff, la cual he utilizado en la realización de este hito.

Esta herramienta sirve básicamente para comprobar tanto tamaño de la imagen, paquetes que contiene (ya sea en apt, rpm, pip o node), como ver el historial, sistema de ficheros y algún elemento más. Además permite comparar dichas características entre dos contenedores.

Si quiere ver un ejemplo de uso de esta herramienta, tiene uno en mi repositorio del proyecto, concretamente aquí donde comparo ubuntu:bionic frente a ubuntu:focal (evidentemente he puesto en un formato más comprensible la información, ya que sale como texto plano).

@JJ
Copy link
Owner Author

JJ commented Nov 24, 2020

Se agradecen PR 👍 No conocía esa herramienta, la verdad, tiene muy buena pinta.

@Carlosma7
Copy link
Contributor

Perfecto, en cuanto tenga un hueco intento hacer una demostración útil y le envío un PR.

Carlosma7 added a commit to Carlosma7/CC that referenced this issue Nov 25, 2020
…ing and comparing container images.

Images can be specified from either a local Docker daemon, or from a remote registry.
To specify a local image, prefix the image ID with 'daemon://', e.g. 'daemon://gcr.io/foo/bar'.
To specify a remote image, prefix the image ID with 'remote://', e.g. 'remote://gcr.io/foo/bar'.
If no prefix is specified, the local daemon will be checked first.

Tarballs can also be specified by simply providing the path to the .tar, .tar.gz, or .tgz file.

Usage:
  container-diff [command]

Available Commands:
  analyze     Analyzes an image: [image]
  diff        Compare two images: [image1] [image2]
  help        Help about any command
  version     Print the version of container-diff

Flags:
      --format string      Format to output diff in.
  -h, --help               help for container-diff
  -v, --verbosity string   This flag controls the verbosity of container-diff. (default "warning")

Use "container-diff [command] --help" for more information about a command.
Carlosma7 added a commit to Carlosma7/CC that referenced this issue Nov 25, 2020
JJ added a commit that referenced this issue Nov 25, 2020
Se añade la herramienta container-diff #56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🤔 lista de deseos 🤔 Cosas que se pueden considerar cuando se vayan a actualizar los apuntes.
Projects
None yet
Development

No branches or pull requests

2 participants