exira/base

By exira

Updated over 8 years ago

Alpine Docker container.

Image
2

4.1K

exira/base

Get this image

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 Command

docker pull exira/base