Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#76 Point to DockerHub #77

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
# senzingapi-tools

## Synopsis

A Docker image with Senzingapi library and Senzing tools installed.

## Overview

The `senzing/senzingapi-tools` docker image is pre-installed with the Senzingapi library
The [senzing/senzingapi-tools] Docker image is pre-installed with the Senzingapi library
and python tools to help simplify creating applications that use the Senzingapi library.

## Use

In a Dockerfile, the docker image created by this repo can be used in a Docker
file by setting it as the base image.
In your `Dockerfile`, set the base image to `senzing/senzingapi-tools`.
Example:

```Dockerfile
FROM senzing/senzingapi-tools
```

## License

View
[license information](https://senzing.com/end-user-license-agreement/)
for the software container in this Docker image.
View [license information] for the software container in this Docker image.
Note that this license does not permit further distribution.

This Docker image may also contain software from the
[Senzing GitHub community](https://github.com/Senzing/)
under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
This Docker image may also contain software from the [Senzing GitHub community]
under the [Apache License 2.0].

Further, as with all Docker images, this likely also contains other software which may
be under other licenses (such as Bash, etc. from the base distribution, along with any direct
or indirect dependencies of the primary software being contained).

Further, as with all Docker images,
this likely also contains other software which may be under other licenses
(such as Bash, etc. from the base distribution,
along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that
any use of this image complies with any relevant licenses for all software contained within.

As for any pre-built image usage,
it is the image user's responsibility to ensure that any use of this image complies
with any relevant licenses for all software contained within.
[Apache License 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[license information]: https://senzing.com/end-user-license-agreement/
[Senzing GitHub community]: https://github.com/Senzing/
[senzing/senzingapi-tools]: https://hub.docker.com/r/senzing/senzingapi-tools