exira/base
The recommended way to get the Exira Base Docker Image is to pull the prebuilt image from the Docker Hub Registry.
docker pull exira/base:latest
To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
docker pull exira/base:[TAG]
If you wish, you can also build the image yourself.
git clone https://github.com/exira/docker-base.git
cd docker-base
docker build -t exira/base .
docker pull exira/base