Start Docker Container (gx start)

gx start [-hV] [-c[=]] [-p=<path>] [-r=<release_version>]

gx start starts a local Grainite docker container.

Options

1. --username

This option has been deprecated starting from 2326 as credentials are no longer required to access the Grainite docker image which is publicly available for development use.

Username for quay.

If the properties file has a defined username, it is automatically used.

2. --token

This option has been deprecated starting from 2326 as credentials are no longer required to access the Grainite docker image which is publicly available for development use.

Token for quay.

If the properties file has a defined token, it is automatically used.

3. --path

Location of where Grainite should store data.

By default, this is set to $HOME/dx.

4. --image

Docker registry to pull the image from.

Default: quay.io/grainite/single.

5. --release

Grainite release version to use.

Refer to the release notes to view all the releases.

Default: latest.

6. --pull

Docker --pull policy.

Default: always.

Last updated