Open tailhook opened 8 years ago
Python 3.4 is fine (it is installable with single brew install python3
command and brew
is a must for mac development)
hey, just learned about this project, cool effort!
I wanted to share my two cents. Alpine it has proven a bit risky for us because it ships with "nonstandard" libc thus sometimes precompiled binaries might not work. e.g., we had problem with pre-built protoc
(https://github.com/os72/protoc-jar) that we use for repeatable builds in our projects, because it expects glibc.
BTW, I'll try a few examples and let you know if I encounter problems
@evacchi, I don't think it matters. You can use ubuntu as guest system regardless of what we use for virtual machine wrapping code. The guest system is where your code runs in.
But let us know if there are any problems anyway.
The issue number one should track the status of the project and whether it's ready to be merged into mainstream vagga.
Currently, I have the following todo list (but it's not comprehensive, will add more later):
_expose-ports
optiondocker create network vagga
, so that connections between vagga processes on localhost work--only
and--exclude
settings.yaml
(mirrors, external-volumes...) (#4)external-volumes
pass-tcp-socket
to_expose-ports
_run
_expose-dirs
option (unlikely to be implemented before merge, because requires tweaks in the build process)The issues so far:
0.0.0.0
not127.0.0.1
as we usually do. This problem also exists in vagrant. Is there any way to fix it? Make our own port proxy?The questions so far before we can proceed:
vagga --help
)/cc @vmagamedov, @zemlanin, @AlexMost