Short Description
Short description is empty for this repo.
Full Description
Consup base app image Dockerfile
This repository contains Dockerfile for consup base app image
for Docker's automated build
published to the public Docker Hub Registry.
This image used as base for consup application images.
Base Docker Image
Addons
The following additions has been made to base image:
- Run consul agent linked to master consul server
Installation
Install Docker.
Download automated build from public
Docker Hub Registry:docker pull lekovr/consup_baseapp
(alternatively, you can build an image from Dockerfile:docker build -t="consup_baseapp" github.com/lekovr/consup/Dockerfiles/baseapp
)- To use image as base, you should tag it:
docker tag CONTAINER_ID lekovr/consup_baseapp
.
Usage
Place in Dockerfile: FROM lekovr/consup_baseapp