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

When running Nanobox through the Windows Subsystem for Linux, I am (almost) able to start the server. However, when Nanobox tries to mount the codebase I am unable to enter...

If a custom engine fails to return a boxfile, or the boxfile is returned empty, that can be sent on during a deploy and cause un-necessary slow-downs. We should ensure...

If the output is piped, the error can get lost: ``` $ nanobox log fakeapp | grep thing $ ``` Error going to stdout currently: ``` $ nanobox log fakeapp...

Exiting a `run` doesn't always shut down containers, even if there are no other `run` sessions open. When this happens, if I `nanobox run` into the container and `exit`, it...

Currently, if I want to run a single command on a remote server, I first have to console into that server and run the desired command. It would be nice...

I've run into a few issues with my image cache: 1. My image cache gets really big and eats up all my VMs disk space 2. In one case, my...

enhancement

On Windows 7, the `nanobox run` command returns with an error: ``` -------------------------------------------------------------------------------- + ERROR: + Nanobox is designed to run as a standard user (non root) + Please run...

Users would like to be able to be prompted to configure their disk size prior to nanobox creating the vm (to avoid needing to `implode` after changing it with `config...

This doesn't seem to happen with all files... just specific ones. Very weird. ``` /app $ ls -l db/migrate/20170901224243_create_cycle_count_names.rb* ls: cannot access 'db/migrate/20170901224243_create_cycle_count_names.rb*': No such file or directory /app $...

Print update notice at the end of the output stream. Notify on commands following an update check that they still haven't updated (rather than next time we check)