Skip to content

Commit

Permalink
Doc fix: Docker pull the official image (#14)
Browse files Browse the repository at this point in the history
* Doc fix: Docker pull the official image

Similar to metadata service fix amundsen-io/amundsenmetadatalibrary#35

* Typo fix
  • Loading branch information
jornh authored and Hans Adriaans committed Jun 30, 2022
1 parent 33b86ee commit 28518fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $ curl -v http://localhost:5000/healthcheck

## Instructions to start the service from the Docker
```bash
$ docker pull amundsen-search
$ docker run -p 5000:5000 amundsen-search
$ docker pull amundsendev/amundsen-search:latest
$ docker run -p 5000:5000 amundsendev/amundsen-search
```

In different terminal, verify the service is up by running
Expand Down Expand Up @@ -90,5 +90,5 @@ Proxy package contains proxy modules that talks dependencies of Search service.
For specific configuration related to statsd, you can configure it through [environment variable.](https://statsd.readthedocs.io/en/latest/configure.html#from-the-environment "environment variable.")

### [Models package](https://github.com/lyft/amundsensearchlibrary/tree/master/search_service/models "Models package")
Models package contains many modules where each module has many Python classes in it. These Python classes are being used as a schema and a data holder. All data exchange within Amundsen Search service use classes in Models to ensure validity of itself and improve readability and mainatability.
Models package contains many modules where each module has many Python classes in it. These Python classes are being used as a schema and a data holder. All data exchange within Amundsen Search service use classes in Models to ensure validity of itself and improve readability and maintainability.

0 comments on commit 28518fd

Please sign in to comment.