Damien

Results 207 issues of 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...

kind/enhancement
topic/cli
topic/api

Since #165 `network` is actually `networks` and we should change the corresponding example accordingly.

kind/bug
help wanted
good first issue
topic/documentation

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...

kind/enhancement
topic/documentation

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...

kind/enhancement
topic/cli

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...

kind/enhancement

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...

kind/enhancement
question

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...

kind/enhancement
help wanted
topic/maintenance

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...

kind/enhancement

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.

kind/enhancement
good first issue
topic/maintenance

See: - https://twitter.com/mrcastelino/status/1115318517224488961 - https://gist.github.com/mcastelino/533bd97b3b5690b726bbe82692a28bab

kind/enhancement
topic/documentation