An open API service indexing awesome lists of open source software.

https://github.com/lresende/docker-ambari-node

Docker image for an Apache Ambari node with required dependencies and configurations
https://github.com/lresende/docker-ambari-node

Last synced: 7 months ago
JSON representation

Docker image for an Apache Ambari node with required dependencies and configurations

Awesome Lists containing this project

README

          

# Apache Ambari base node image

This is a base Ambari Node image used as base image for various Ambari Cluster related Images.

# Build the image

```
docker build --rm --no-cache -t lresende/ambari-node:1.0 .
```
# Pull the image

The image is also available in the [Docker repository](https://registry.hub.docker.com/u/lresende/ambari-node/).

```
docker pull lresende/ambari-node:1.0
```