All Projects → dockerpkg → dockerpkg-example

dockerpkg / dockerpkg-example

Licence: MIT license
Example app running in small docker container using dockerpkg

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dockerpkg-example

Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (+155.56%)
Mutual labels:  zeit, micro
Micro Router
🚉 A tiny and functional router for Zeit's Micro
Stars: ✭ 621 (+1050%)
Mutual labels:  zeit, micro
micro-visualize
Visualizes requests and responses for services written with micro
Stars: ✭ 55 (+1.85%)
Mutual labels:  zeit, micro
micro-unfurl
Small microservice that unfurls a URL and returns the OpenGraph meta data
Stars: ✭ 28 (-48.15%)
Mutual labels:  mit, zeit
gvm10-docker
Non Official - Greenbone Vulnerability Management version 10 Docker image
Stars: ✭ 30 (-44.44%)
Mutual labels:  docker-container
nanoinit
A small, proper, init process for docker containers.
Stars: ✭ 43 (-20.37%)
Mutual labels:  docker-container
pyrex
Seamless container setup for developing with OpenEmbedded/Yocto Project
Stars: ✭ 27 (-50%)
Mutual labels:  docker-container
Mvvmicro
Minimalist MVVM framework for .NET.
Stars: ✭ 22 (-59.26%)
Mutual labels:  micro
now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-66.67%)
Mutual labels:  zeit
micro-query
Simple query string parser for Vercel's Micro
Stars: ✭ 23 (-57.41%)
Mutual labels:  micro
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+211.11%)
Mutual labels:  docker-container
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (-57.41%)
Mutual labels:  docker-container
pm2-docker
Monitor Docker Daemon (expose host docker daemon for monitoring)
Stars: ✭ 21 (-61.11%)
Mutual labels:  docker-container
simpledb
No description or website provided.
Stars: ✭ 50 (-7.41%)
Mutual labels:  mit
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (-44.44%)
Mutual labels:  zeit
next-go
Production ready blog + boilerplate for Next.js 3.X
Stars: ✭ 255 (+372.22%)
Mutual labels:  zeit
mirror-http-server
A dummy HTTP server that responds whatever you told it to
Stars: ✭ 35 (-35.19%)
Mutual labels:  docker-container
fusioncms
FusionCMS v6 (Beta) - An open source CMS built on Laravel, currently in open beta testing. FusionCMS v5 is in active development, and not part of this repository.
Stars: ✭ 153 (+183.33%)
Mutual labels:  mit
docker-nginx-mainline
Devilbox's Nginx mainline (based on official Nginx Docker) [multi-arch]
Stars: ✭ 15 (-72.22%)
Mutual labels:  docker-container
embd-go
embd-go is an embeddable command-line tool for embedding data files in Go source code, specially crafted for easy use with `go generate`.
Stars: ✭ 24 (-55.56%)
Mutual labels:  mit

dockerpkg-example

Example zeit/micro app running in small docker container using dockerpkg

Step 1: Clone the repository, install dependencies

$ git clone https://github.com/dockerpkg/dockerpkg-example.git
$ cd dockerpkg-example
$ npm install

Step 2: Run the build command

$ npm run build

This will do 2 things:

Step 3: There is no Step 3!

You have just created a <50 MB Docker image that runs your application.

Run the container using this command:

$ docker run -p 3000:3000 -it --name dockerpkg-example --rm dockerpkg/dockerpkg-example:latest

Verify that it works:

$ curl localhost:3000

You can stop the running container using this command:

$ docker stop dockerpkg-example

Credits

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].