Paul Colomiets
Paul Colomiets
> Should we check uid and gid before hardlinking? I think so. Yes, I think we should.
> Most of the errors can appear because a container could be deleted when we was creating a hardlink to a file in the container. I think we should ignore...
@piranna 1. You can't un-`!Tar` to a volume. You can't write to a volume in build process. 2. We don't have a concept of "data container" in the sense of...
> Of course we can get used to it in time, but maybe left arrow "
Another idea about subprojects and workspaces was here: https://github.com/tailhook/vagga/issues/14
Well, the good part of discussion in #14 is that you might want subprojects be: 1. Specified by git repo 2. Be checked out automatically somewhere in `.vagga` dir 3....
Well, I took a closer look to apt-spy2. It looks like it doesn't detect a country and only detects broken hosts within a country list. And broken hosts it detects...
Sounds nice. Except command syntax might better look like: ``` commands: build: !Group subcommands: cmd1: !Command ... cmd2: !Command ... ``` I don't think I'll have the time to work...
The reason it's in specific container name, is that vagga encourages to you to have different commands and therefore different images, for example: 1. Normal containers that run your app...
Well, it's an interesting idea but I have gut feeling that we can open a can of worms by allowing that. I.e. there are an indefinite number of ways you...