Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 296 Bytes

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} .