Skip to content

Commit

Permalink
Merge pull request docker-library#518 from crate/crate
Browse files Browse the repository at this point in the history
updated description and logo of crate
  • Loading branch information
yosifkit committed Mar 16, 2016
2 parents db4efb7 + 2517900 commit aaebc0d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crate/README-short.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Crate is a shared nothing, fully searchable, SQL database with the NoSQL goodies.
Crate is a shared nothing, fully searchable, SQL database with the NoSQL goodies.
12 changes: 10 additions & 2 deletions crate/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,30 @@ Crate allows to query and compute data with SQL in real time by providing a dist

%%LOGO%%

## Crate on Docker

Learn more about Crate and Docker and visit our [Docker page](https://crate.io/c/docker) at [crate.io](https://crate.io). You can also contact us on [Slack](https://crate.io/docs/support/slackin/).

## How to use this image

Simply run the latest Crate version in a Docker container with the following command. Crate ships with an [Admin UI](https://crate.io/docs/connect/admin_ui/) that provides an overview of your cluster, nodes, tables and much more. With the above command it is accessible via port `4200`.

```console
$ docker run -d -p 4200:4200 -p 4300:4300 crate:latest
```

### Attach persistent data directory

If you want to attach a persistent data directory, add the following parameter.

```console
$ docker run -d -p 4200:4200 -p 4300:4300 -v <data-dir>:/data crate
```

### Use custom Crate configuration

Use the following parameter to provide your custom [Crate configuration file](https://crate.io/docs/reference/configuration.html).

```console
$ docker run -d -p 4200:4200 -p 4300:4300 crate -Des.config=/path/to/crate.yml
```
Expand All @@ -30,8 +40,6 @@ Any configuration settings may be specified upon startup using the `-D` option p
$ docker run -d -p 4200:4200 -p 4300:4300 crate crate -Des.cluster.name=cluster
```

For further configuration options please refer to the [Configuration](https://crate.io/docs/stable/configuration.html) section of the online documentation.

### Environment

To set environment variables for Crate Data you need to use the `--env` option when starting the docker image.
Expand Down
Binary file modified crate/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion crate/user-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `REAMDE.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.

Visit [Crate on Docker](https://crate.io/docs/install/containers/docker/) and get further documentation about how to get started with Crate.

## Issues

If you have any problems with or questions about this image, please contact us %%MAILING-LIST%% through a [GitHub issue](%%GITHUB-REPO%%/issues).

If you have any questions or suggestions we would be very happy to help you. So, feel free to join our public room on [HipChat](https://www.hipchat.com/g7Pc2CYwi).
If you have any questions or suggestions we would be very happy to help you. So, feel free to join our public room on [Slack](https://crate.io/docs/support/slackin/).

For further information and official contact please visit [https://crate.io](https://crate.io).

Expand Down

0 comments on commit aaebc0d

Please sign in to comment.