Skip to content

Commit

Permalink
Adding link to hub.docker.com repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jul 24, 2020
1 parent 5e94843 commit 19d40b6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apache-airflow/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Apache Airflow

[DocherHUB repository](https://hub.docker.com/r/nxtlytics/apache-airflow)

## Overview

Container image for running Apache Airflow with a `CeleryExecutor`.
Expand Down
4 changes: 3 additions & 1 deletion base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

A ubuntu-based common docker image to be used for all NXTlytics Docker containers

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/base)

## How do I use this?

In your `dockerfile`:
In your `Dockerfile`:
```
FROM nxtlytics/base:<pick a tag from hub.docker.com>
```
Expand Down
2 changes: 2 additions & 0 deletions datadog-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DataDog Agent for monitoring managed services

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/datadog-agent)

## Documentation available [here](./docs/)

## Example: How to run the container
Expand Down
2 changes: 2 additions & 0 deletions jupyterhub-singleuser-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Start new jupyterhub single user container images from this one

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/jupyterhub-singleuser-base)

# Notes

- Locking to `google-drive-ocamlfuse=0.7.21-0ubuntu1~ubuntu18.04.1` to avoid issues with config file format changes
Expand Down
2 changes: 2 additions & 0 deletions node12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A ubuntu-based Node.js 12 base container

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/node12)

## How do I use this?

In your `dockerfile`:
Expand Down
2 changes: 2 additions & 0 deletions python37/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A ubuntu-based Python 3.7 base container

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/python37)

## How do I use this?

In your `dockerfile`:
Expand Down
2 changes: 2 additions & 0 deletions python38/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A ubuntu-based Python 3.8 base container

[DockerHUB repository](https://hub.docker.com/r/nxtlytics/python38)

## How do I use this?

In your `dockerfile`:
Expand Down

0 comments on commit 19d40b6

Please sign in to comment.