nanobox icon indicating copy to clipboard operation
nanobox copied to clipboard

The ideal platform for developers

Results 77 nanobox issues
Sort by recently updated
recently updated
newest added
trafficstars

I have a [repository](https://bitbucket.org/mbrodala/shippable-nanobox/src) which includes configuration for the Shippable CI and Nanobox. For the build I'm executing the CI bootstrap script to set up Nanobox which seems to work...

From slack (braxton and johnrazmus): It appears some editors (phpstorm/jetbrains) do funky things when files get modified. We should add an option to ignore watching changes to these filtered files....

enhancement

(nanobox) DBG | Checking vm logs: C:\Users\ASUS\.docker\machine\machines\nanobox\nanobox\Logs\VBox.log (nanobox) DBG | Getting to WaitForSSH function... (nanobox) DBG | Using SSH client type: external (nanobox) DBG | &{[-F /dev/null -o PasswordAuthentication=no -o...

Given [this repository](https://bitbucket.org/mbrodala/shippable-nanobox/src/451070d1a4914e6bf956d862193ebe4c5db67fb4?at=master) I get an [error with `nanobox run php test.php` on Shippable](https://app.shippable.com/bitbucket/mbrodala/jobs/nanobox_run/builds/5a9928bad80d0d0700580859/console): ``` nanobox run php test.php 20s Preparing environment : -------------------------------------------------------------------------------- + HEADS UP: + This is...

In some places, nanobox download speed can be vastly increased using proxy.

If I `nanobox run` into an app with [cmder](http://cmder.net/) I am not able to use the left or up arrow key anymore. This makes it impossible to edit the current...

Right now the context identifier (`local`, `dry-run` or none) must be passed as last word after a command but before the arguments of the command, e.g. nanobox evar add local...

I'm trying to set up nanobox to deploy from my C.I. environment, which uses alpine as a base image. I have [C.I. logs here](https://gitlab.com/precognition-llc/aeonvera/-/jobs/51394803) ```bash function print_system_info() { uname -a...

Since Kubernetes is also a known good orchestration platform for containers, Nanobox should also support it in addition to Docker support as it also integrates along Docker and simplifies multi-container...

I've set up an alias and script to automate the running of drush (drupal shell) commands, but the output from `nanobox run` is annoying. A `-q` flag would be grand,...