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
- Host: GitHub
- URL: https://github.com/lresende/docker-ambari-node
- Owner: lresende
- License: apache-2.0
- Created: 2015-04-02T01:48:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T12:51:06.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T09:36:52.675Z (9 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 imageThe image is also available in the [Docker repository](https://registry.hub.docker.com/u/lresende/ambari-node/).
```
docker pull lresende/ambari-node:1.0
```