Damien
Damien
At the moment the data show for each machine in `footloose show -o json` mixes two things: - properties from the machine specification (ie. `image`) - run-time properties such as...
Since #165 `network` is actually `networks` and we should change the corresponding example accordingly.
We should be able to connect to the nginx server from the host. Although this may be possible it just works on Linux, macOS needs explicit port mappings. This probably...
We should be able to create configuration files with new port mappings from the command line, probably using the same syntax as docker for binding an address or supplying a...
Currently, we've exposed a file provisioning step in the Ignite part of the configuration. This should really be more generic and exposed as a file provisioning step in the machine...
I've tried to limit the privileges needed by the `footloose` containers but, depending on what the user wants to do (or indeed the systemd init scripts), this causes permissions errors...
With https://github.com/weaveworks/footloose/pull/165 containers can now join several predefined networks. Would be nice to add a test that: - creates two networks - create containers that join those networks - ensure...
Using docker directly has been great to bring the tool to a usable state. An idea is to be able to use CRI instead to create containers, that would open...
I'm seeing some small issues in PRs that could be detected by a linter and indeed, we're missing it! Would like to try https://github.com/golangci/golangci-lint on this project.
See: - https://twitter.com/mrcastelino/status/1115318517224488961 - https://gist.github.com/mcastelino/533bd97b3b5690b726bbe82692a28bab