Mathias Brodala

Results 155 comments of Mathias Brodala

I'm not that much into Docker yet but do you see a way to have Nanobox' containers directly access directories of Shippable's build container? Do you see any other way...

@lyondhill I've created a [Shippable support ticket](https://github.com/Shippable/support/issues/3525), maybe you can watch this ticket and join the discussion once more detailled questions show up.

Do you have any other ideas how this could be solved given the [options to customize the build](http://docs.shippable.com/ci/shippableyml/)?

@lyondhill Do you think issue 2 can be fixed as [described here](http://docs.shippable.com/ci/docker-compose/#1-pre_ci_boot)? ```yaml pre_ci_boot: options: "-v /app:/app" ``` > This mounts the directory /app on the host to the /app...

Is there any way to launch the Nanobox server without a service manager?

I just tried that and the process [keeps hanging afterwards](https://app.shippable.com/bitbucket/mbrodala/shippable-nanobox/runs/18/1/console): ``` nanobox server --trace 0.00/10.72MB [ 0.00%] ... 10.72/10.72MB [**************************************** 100.00%] 2017/06/13 07:12:52 ``` I guess there is no forking...

That [didn't work out well](https://app.shippable.com/bitbucket/mbrodala/shippable-nanobox/runs/19/1/console) and yes, the issue is obvious: ``` nanobox-update --trace /root/a52197e6-7908-4ce6-a7ef-3f5c1ee0273e.sh: line 73: nanobox-update: command not found ``` I'll try to manually download this binary.

After loading the `nanobox-update` binary and making it executable the behavior is unchanged except that apparently the update is now performed twice. Again, `nanobox server` [hangs at the end](https://app.shippable.com/bitbucket/mbrodala/shippable-nanobox/runs/21/1/console): ```...

Alright, I hope a staff member chimes in then. Thanks so far.

As [mentioned here](https://github.com/Shippable/support/issues/3525#issuecomment-307704728) it should be possible to basically add another volume mount to the Shippable build container, copy everything into that directory and thus make it accessible on the...