This repository contains Dockerfile of Ekylibre on Ubuntu for Docker's automated build published by Botux.
-
Install Docker.
-
Download
docker pull dockerfile/ekylibre
(alternatively, you can build an image from Dockerfile:
docker build -t="dockerfile/ekylibre" github.com/xx/xx
)
docker run -it --rm dockerfile/ubuntu
docker run -d -e POSTGRES_USER=ekylibre -e POSTGRES_PASSWORD=ekylibre --name db postgres