Skip to content

TakefiveInteractive/takefive-backend-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Takefive Backend Docker Image

This is the base staging/production image for all backend services.

Usage

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.

Building

  1. Ensure that Docker Toolbelt is installed on your machine.

  2. Open Docker Quickstart Terminal (CLI), and do:

    $ docker build -t takefive-backend-docker-image .
  3. After everything settles, do git push origin master. The image will be built automatically on docker hub.

About

Base image for backend services. Based on latest Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published