This repository contains a Dockerfile of piladb for Docker's automated build published to the public Docker Hub Registry. This means that the public image will always be synced with the latest source code version.
This image has two purposes. One is to containerize the execution for piladb,
and the other to provide a portable development environment. Every container
running the piladb
image is provided with tools like git
or vim.
Also, there is a Makefile that groups the most common tasks
for an easier usage of the piladb
image.
-
Install Docker.
-
Download an automated build from the public Docker Hub Registry:
docker pull fern4lvarez/piladb
Alternatively, you can build an image from Dockerfile:
docker build -t="fern4lvarez/piladb" .
.
make build
make push
make pull
make run
make bash