Grayson
Grayson
Possibly related to #51
This is interesting. If I build from source with `make distclean && make`, luajit compiles just fine: ``` Scanning dependencies of target luajit [ 60%] Creating directories for 'luajit' [...
Had the same issue when upgrading to `v0.2.0`, using `--env=std` works in that scenario as well: ``` brew upgrade neovim --env=std ```
Locked Zookeeper to latest stable, 3.4.6
I'm in the same boat... any ideas?
A simple helloworld works: ``` curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localdocker:18080/v2/apps -d ' { "id": "hello", "cpus": "0.1", "mem": "32", "cmd": "echo hello; sleep 10"...
Hmmm... Inky fails even when avoiding the container contents by using `echo hello; sleep 10` as the command: ``` curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localdocker:18080/v2/apps...
Hmmm... ubuntu fails as well ``` curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localdocker:18080/v2/apps -d ' { "id": "ubuntutest", "container": { "docker": { "image": "ubuntu" }, "type":...
@yaronr Are you able to get anything working?
Maybe allow it to be configurable - on by default.