This is the base staging/production image for all backend services.
Reference this image on the first line of all project images, eg.
FROM takefive/takefive-backend-docker-image
The default directory of this image is the $HOME
directory.
-
Ensure that Docker Toolbelt is installed on your machine.
-
Open Docker Quickstart Terminal (CLI), and do:
$ docker build -t takefive-backend-docker-image .
-
After everything settles, do
git push origin master
. The image will be built automatically on docker hub.