-
Not sure if that is related to #156
I'm getting error `error when forking: Operation not permitted (os error 1)`.
Steps to reproduce:
Using `Dockerfile` for vagga:
```
FROM ubuntu:18.04
…
-
Assuming you have a docker set up, you can run vagga in docker with the
following command-line:
```
docker run --volume=$(pwd):/work --workdir=/work --privileged \
-i -t --rm tailhook/vagga:lates…
-
I am not sure if it is a vagga bash-completion issue or not but I want to make aware of this issue.
I have a folder named `build-gcc` and a vagga command `build-gcc`.
If I write `vagga b` and press `…
-
For instance, calling `vagga _clean --unused --old` throws the following warning:
```bash
$ vagga _clean --unused --old
WARN:vagga::wrapper::clean: No vagga directory exists
```
Calling `_clean` …
-
I have a vagga file with many containers that build one over the other through `!Container`.
In my `$HOME/.vagga/settings.yaml` I have these 2:
``` yaml
storage-dir: /home/lilian/.vagga/image-storage…
-
```bash
vagga --mount-bind $HOME/.cargo:/work/target/.cargo run
```
At the moment we can emulate such a behavior:
`vagga.yaml`:
```yaml
commands:
run-ci: !Command
-
Hi,
I need help with an issue I'm encountering consistently on my project.
I couldn't minimize it yet - maybe you can tell what's wrong already.
This issue occurs when directly building final conta…
-
**vagga::wrapper: Error executing _build: Could not run versioner: error when executing: No such file or directory (os error 2)**
```
→ vagga run
ERROR 2018-12-12T22:37:57Z: vagga::wrapper: Error…
-
These are notes towards a technical implementation. See discussion:
https://discourse.suttacentral.net/t/oh-vagga-numbers-what-are-we-to-do-with-you/25544
## step 1: make sure all segments follo…
-
Hi!
I'm also building container runtime in rust ([vagga](http://github.com/tailhook/vagga) and [lithos](http://github.com/tailhook/lithos)). I'm very interested in using what you have done here for…