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