nanobox
nanobox copied to clipboard
The ideal platform for developers
`PORTAL_HOST` in dry-run and `MESH_DATA_PORTAL_HOST` in production
To deploy apps one needs to log into Nanobox on CLI. The same goes for CI systems if a deployment should be done after a successful build. However I don't...
Utilize [logvac](https://github.com/nanopack/logvac)'s time filtering (start, stop, limit) in the cli. Usage might look something like this: ```sh # get a date range nanobox log --start="Mon Aug 28 23:05:30 2017" --stop="Mon...
Output not coming through for failed `before_live` hook in `deploy dry-run`: ``` Finalizing deploy : ! Running before_live hooks ! FAILED TO BEFORE_LIVE1: RAKE DB:SETUP_OR_MIGRATE ! Exit 1 Command su...
Currently, we check up the directory tree for a `boxfile.yml` and use that if found. This seems to be more dangerous than helpful now that we check for the boxfile...
In some cases, applications and/or their supporting services (databases, caches, etc.) write files to the filesystem that users would like to download. There currently isn't an easy way to access...
i'm running 'nanobox run' on windows (virtualbox). here is my folder content: C:\Users\XXX\src\graymatter>dir Volume in drive C has no label. Volume Serial Number is B05D-D93E Directory of C:\Users\XXX\src\ 08/26/2017 11:30...
### Overview Nanobox Desktop has suffered from a general lackadaisical approach to design, architecture, stability, and correctness. In it's current form, there is no prevailing pattern or structure, no guidelines...
Netfs requires a password on windows, if no password is set, we should fail early with a message to either set their password or use `native` To use native: `nanobox...
If the ndis6 virtual bridge network adapter is not used, nanobox cannot create a custom network. We will need to figure out how to set this with vboxmanage.