nanobox
nanobox copied to clipboard
The ideal platform for developers
Never been able to get my Nanobox working on Windows 10. Everything is fine on my Mac. - Windows Firewall off. - VM has been created. - I can ping...
Maybe as simply param to set desired version. For now, where can we found previos compiled code of `nanobox cli`?
Currently you can not know if the application is run within a nanobox or not, by the environmental values. This PR adds an environmental value names `NANOBOX` so the applications...
It would be convenient to have reusable yaml files to include in our boxfile.yml. Preferably even separated per alias (local, dry-run, prod, ...) and allowing online files (e.g. from GitHub...
Fixes an issue where an equal sign in the body of a multi-line environmental variable surrounded by quotes would be interpretted as the beginning of a new variable instead of...
I've found a minor issue where a multi-line environmental variable in a file loaded with `nanobox evar load` that contains an equal sign will split on the line with the...
Currently the latest nginx version available in Nanobox seems to be 1.12.2: http://packages.nanobox.io/2017/11/base/index.html However, the latest version is 1.14.0/1.125.0: https://nginx.org/en/download.html Please update the nginx Nanobox package.
hey, nanobox guys. how are you? i am suffering an unknown issue with environment variable generation when using an image `selenium/standalone-chrome` as `data.chrome` issue: `DATA_CHROME_HOST` has wrong ip address. this...
Invoking: ```shell nanobox configure set mount-type foo ``` Outputs this (with an exist code of 0): ```shell Successfully set 'mount-type' ``` However the value remains whatever it was before. If...
From slack: @mblarsen Having a (non-)nanbox issue. I have file watching set up (`fs_watch`) which works great. But I'm getting a lot of warnings from my editor (vim) that the...