-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
Tras ==> Desgajado docker-machines que no venía muy a cuento refs #56
Tras ==> Desgajado docker-machines que no venía muy a cuento refs #56
Tras ==> Reestructura docker-compose para que vaya al final refs #56
Tras ==> Echando a funcionar el contenedor de sbt refs #56
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ó.
Con múltiples errores, #56, pero ahora estoy mosqueado porque habla de un `bobot` que no sé en qué momento funcionó.
Tras ==> Revisando capítlo #56 📝 y mejorando Dockerfile
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). |
Se agradecen PR 👍 No conocía esa herramienta, la verdad, tiene muy buena pinta. |
Perfecto, en cuanto tenga un hueco intento hacer una demostración útil y le envío un PR. |
…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.
Se añade la herramienta container-diff #56
The text was updated successfully, but these errors were encountered: