Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.
/ baseimage-meteor Public archive

Ubuntu baseimage for build and run Meteor applications inside docker container

License

Notifications You must be signed in to change notification settings

Treecom/baseimage-meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu baseimage Meteor Docker Build

Ubuntu baseimage for build and run Meteor applications inside docker container.

Fetures:

  • Small Ubuntu image based on phusion/baseimage-docker (look why and read about image features)
  • Meteor is allready preinstaled in this image.
  • Your aplication will be builded inside docker container.
  • No Meteor or Nodejs instalation needed on build host.
  • Nodejs is linked from Meteor installation for maximum comapatibylity.
  • You can add volume linked to /var/log/meteor.log for Meteor logging.
  • You can add more serivces or deamons to run inside container for example memcached

Project state

Currently in beta testing!

Versions

@TODO

How to use

See example folder how to build your application docker container. Simply copy files from example folder into your Meteor project. Setup options in docker-build.sh file and run sh docker-build.sh.

TODO

  • Add image versions depended on baseimage and Meteor versions
  • Run NodeJS App under Meteor user
  • Add example scripts for install Imagemagick, Graphicmagick, etc.

Big thanks to

Builded on phusion/baseimage-docker image and inspired by tozd/docker-meteor project.

Thanks guys!

License

MIT

About

Ubuntu baseimage for build and run Meteor applications inside docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages