48 Matching Annotations
  1. Feb 2024
    1. What happens to the page layout now that the book is beingused as a container for many discrete pieces of information, ratherthan for a single, continuous narrative?

    Tags

    Annotators

  2. Jun 2023
  3. May 2023
  4. Feb 2023
    1. “The slip-box is the shipping container of the academic world. Instead of having different storage for different ideas, everything goes into the same slip-box and is standardised into the same format.”
  5. Nov 2022
    1. There are two situations where an init-like process would be helpful for the container.
    2. highly recommended that the resulting image be just one concern per container; predominantly this means just one process per container, so there is no need for a full init system

      container images: whether to use full init process: implied here: don't need to if only using for single process (which doesn't fork, etc.)

    3. Because the official images are intended to be learning tools for those new to Docker as well as the base images for advanced users to build their production releases, we review each proposed Dockerfile to ensure that it meets a minimum standard for quality and maintainability. While some of that standard is hard to define (due to subjectivity), as much as possible is defined here, while also adhering to the "Best Practices" where appropriate.
  6. Oct 2022
    1. passenger-docker images contain an Ubuntu 20.04 operating system. You may want to update this OS from time to time, for example to pull in the latest security updates. OpenSSL is a notorious example. Vulnerabilities are discovered in OpenSSL on a regular basis, so you should keep OpenSSL up-to-date as much as you can. While we release passenger-docker images with the latest OS updates from time to time, you do not have to rely on us. You can update the OS inside passenger-docker images yourself, and it is recommend that you do this instead of waiting for us.
  7. Aug 2022
  8. Jun 2022
    1. A development container allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing.
    1. A GitHub Action and an Azure DevOps Task are available for running a repository's dev container in continuous integration (CI) builds. This allows you to reuse the same setup that you are using for local development to also build and test your code in CI.
    2. Our development container teams across Microsoft and GitHub continue active development on the new Dev Container Specification, and this iteration had several exciting highlights.
  9. Nov 2021
  10. Sep 2021
    1. Connect Container Destuffing

      Container Destuffing with Connect

      Container destuffing is an essential part of the services delivered by Connect. It’s why it’s something we pride ourselves on providing for our customers.

      ​But what exactly is container destuffing?

      What is Container Destuffing?

      Container destuffing is essentially the unloading of cargo from a container. This sounds simple but if you don’t know what you’re doing, there are an infinite number of potential pitfalls you will encounter.

      That’s why you need an expert like Connect, who has the personnel and experience to carry out effective container de-stuffing for your business.

  11. May 2021
  12. Feb 2021
    1. Or you can use Maybe container! It consists of Some and Nothing types, representing existing state and empty (instead of None) state respectively.
  13. Jan 2021
    1. Snaps each pick a ‘base’, for example, Ubuntu18 (corresponding to the set of minimal debs in Ubuntu 18.04 LTS). Nevertheless, the choice of base does not impact on your ability to use a snap on any of the supported Linux distributions or versions — it’s a choice of the publisher and should be invisible to you as a user or developer.

      Snaps sound a lot like container images in this respect.

  14. Sep 2020
    1. The Moov atom can only exist after recording is complete when the relevant metadata can now be created for the stored data.
    2. MP4 containers are structured in such a way that the a/v data is stored without frame headers and the Moov atom is a table, listing the byte positions and byte lengths for each a/v frame. The Moov atom can only exist after recording is complete when the relevant metadata can now be created for the stored data.
  15. Jul 2020
  16. May 2020
    1. Image consumers can enable DCT to ensure that images they use were signed. If a consumer enables DCT, they can only pull, run, or build with trusted images. Enabling DCT is a bit like applying a “filter” to your registry. Consumers “see” only signed image tags and the less desirable, unsigned image tags are “invisible” to them.
    1. In the examples below, we are using Docker images tags to specify a specific version, such as docker:19.03.8. If tags like docker:stable are used, you have no control over what version is going to be used and this can lead to unpredictable behavior, especially when new versions are released.
    1. It is a multi-stage image which reproduces the following operations:Construction of the artefacts in a build imageAvailability of the compilation process in a minimal image
  17. Apr 2020
    1. Bottlerocket OS Welcome to Bottlerocket! Bottlerocket is a free and open-source Linux-based operating system meant for hosting containers. Bottlerocket is currently in a developer preview phase and we’re looking for your feedback. If you’re ready to jump right in, read our QUICKSTART to try Bottlerocket in an Amazon EKS cluster. Bottlerocket focuses on security and maintainability, providing a reliable, consistent, and safe platform for container-based workloads. This is a reflection of what we've learned building operating systems and services at Amazon. You can read more about what drives us in our charter. The base operating system has just what you need to run containers reliably, and is built with standard open-source components. Bottlerocket-specific additions focus on reliable updates and on the API. Instead of making configuration changes manually, you can change settings with an API call, and these changes are automatically migrated through updates. Some notable features include: API access for configuring your system, with secure out-of-band access methods when you need them. Updates based on partition flips, for fast and reliable system updates. Modeled configuration that's automatically migrated through updates. Security as a top priority.
  18. Mar 2020
  19. Jan 2020
    1. Instead of allowing any and all components to fetch and manipulate data, which can make debugging pretty much suck, we want to implement a pattern that's in line with the Single Responsibility Principle, and that keeps our code DRY.
  20. Sep 2018
  21. Apr 2018
  22. Jan 2017
  23. Aug 2016