/images

Primary LanguageDockerfile

2igs' Container Images

Get an image

Pull prebuilt image from Docker Hub Registry

docker pull 2igs/{app}:{tag}

You can build the image yourself also.

git clone https://github.com/2igs/images.git
cd 2igs/{app}
docker build -t 2igs/{app} .