@@ -33,7 +33,7 @@ mongo:create <name> Create a mongo service with environment variables
|
|||||||
mongo:destroy <name> Delete the service, delete the data and stop its container if there are no links left
|
mongo:destroy <name> Delete the service, delete the data and stop its container if there are no links left
|
||||||
mongo:enter <name> [command] Enter or run a command in a running mongo service container
|
mongo:enter <name> [command] Enter or run a command in a running mongo service container
|
||||||
mongo:exists <service> Check if the mongo service exists
|
mongo:exists <service> Check if the mongo service exists
|
||||||
mongo:export <name> > <file> Export a dump of the mongo service database
|
mongo:export <name> > <file> Export a dump of the mongo service database (as gzipped archive file)
|
||||||
mongo:expose <name> [port] Expose a mongo service on custom port if provided (random port otherwise)
|
mongo:expose <name> [port] Expose a mongo service on custom port if provided (random port otherwise)
|
||||||
mongo:import <name> < <file> Import a dump into the mongo service database
|
mongo:import <name> < <file> Import a dump into the mongo service database
|
||||||
mongo:info <name> Print the connection information
|
mongo:info <name> Print the connection information
|
||||||
|
|||||||
Reference in New Issue
Block a user