Hugo Herter

Results 63 comments of Hugo Herter

For performance and reliability reasons, it would be preferable to pull the images upfront in an immutable volume that the VM will mount than pulling them on demand.

Steps to process with this: - [ ] 1. start a container locally with the VM supervisor - [ ] 2. connect via SSH to the VM you started (requires...

Thank you for the bug description. We are using aioredis 1.3.1-1 since that is the version available in [Debian 11](https://packages.debian.org/bullseye/python3-aioredis), [Ubuntu 20.04](https://packages.ubuntu.com/focal/python3-aioredis) and [Ubuntu 22.04](https://packages.ubuntu.com/jammy/python3-aioredis). The /tutorials/TESTING.md instructions point users...

PS: I am using Arch Linux myself, I just run everything inside containers or Firecracker virtual machines 😉.

Thank you for opening this issue. Hard links are used for performance reasons: The rootfs.squashfs partition must be available from within the jailer's namespace, but copying files is slow and...

The first part for solving this would be to add an endpoint to the `example_fastapi` that returns the HTTP headers received by the app.

An example used for an internal project: ## 1. Build the JS ```sh $ cd project $ docker run --rm -ti -v $(pwd):/opt/project node bash # cd /opt/project # npm...

Suggestion: It could be useful to insert the id of version that is being executed in HTTP headers.

A fix in the Core channel node software, to be published as `v0.1.12`, should fix this issue.

Thanks for these answers, closing the issue.