Emmanuel Frecon

Results 37 issues of Emmanuel Frecon

The command `env` creates a number of environment variables, while most of the time, the only interesting ones are those ending with `_IP`, i.e. the ones containing the IP addresses...

enhancement

Implement something similar to `docker-compose scale`. Such a feature would allow to create virtual machines quickly to meet the demand, while keeping the YAML file as the main description of...

enhancement

Implement a key called `daemon` or better (?) `options` that would itself be a dictionary which keys match the various options that can be taken by the daemon at startup....

enhancement

In order to make the difference between the source project and this project, we should consider: + Generating tags such as `1.90-96052ad`, i.e. combining the version from s3fs and the...

This provides support for being able to specify a storage path that is relative to the current directory when running `docker-machine` (`-s` command-line option). libvirt does not know where the...

### :wrench: Summary Installation on Alpine 3.22 as per the official documentation does not work. ### Lefthook version ### Steps to reproduce The official install [script](https://dl.cloudsmith.io/public/evilmartians/lefthook/setup.alpine.sh) fails. This is because...

bug

I believe that there is a bug in the Raspberry PI implementation for the `epd13in3k`. Calling `sleep()` will close the SPI. This means that when you call `init()` again, later...