tailhook / vagga-docker

This is a prototype which brings vagga as the first-class tool to OS X and (possibly) windows through docker's layer of compatibility
10 stars 5 forks source link

Are we ready for merge? #1

Open tailhook opened 8 years ago

tailhook commented 8 years ago

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):

The issues so far:

The questions so far before we can proceed:

/cc @vmagamedov, @zemlanin, @AlexMost

zemlanin commented 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)

evacchi commented 7 years ago

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

tailhook commented 7 years ago

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