Kevin Lin
Kevin Lin
When I rename a directory with MemMapFS, the files within it don't get moved. I _think_ the files within should also move to the new directory name (as in the...
**What happened?** ``` ❯ blimp up Booting cloud sandbox [Error] Get help at https://kelda.io/blimp/docs/help/ Message: Failed to create development sandbox Error: rpc error: code = Unavailable desc = transport is...
Requested in https://github.com/kelda/dksnap/issues/21
**Is your feature request related to a problem? Please describe.** Host volumes are currently ignored. **Describe the solution you'd like** Although working with host volumes can be dangerous since it...
**Is your feature request related to a problem? Please describe.** `mongodump` currently doesn't authenticate when creating the database dump, so it fails if the db was started with `MONGO_INITDB_ROOT_USERNAME` or...
**Is your feature request related to a problem? Please describe.** The generic snapshot works by copying files from the image into the volumes. If the files fail to copy for...
**Is your feature request related to a problem? Please describe.** `dksnap` helps create snapshots once the container is already initialized. However, it doesn't directly help with setting up the container...
**Is your feature request related to a problem? Please describe.** `dksnap` currently just captures the filesystem. Although this is sufficient for most scenarios, capturing the CPU and RAM state may...
**Is your feature request related to a problem? Please describe.** Some people prefer working directly with a command line interface. Plus, this would make it easier to integrate with scripts.