containers

3 posts tagged “containers”.

  1. 2026
  2. RunFlow: building a place to run code you don't trust

    - I should declare my position up front, because it colours everything below. I did not set out to build a container platform.

    12 min read
  3. 2024
  4. Attaching a bash shell to a running Docker container

    Use to find the container ID: $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 81b2ad3194cb alexdebrie/livegrep-base:1 "/livegrep-github-re…" 2 minutes ago Up 2 minutes compassionate…

    1 min read
  5. Deploying a redbean app to Fly

    redbean is a fascinating project - it provides a web server in a self-contained executable which you can add assets (or dynamic Lua code) to just by zipping them into the same binary package.

    1 min read