Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

(UNMAINTAINED) 🐳 Example dockerized Bocadillo application

Notifications You must be signed in to change notification settings

bocadilloproject/docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker example

This repo provides an example containerizing an application made with Bocadillo.

Install

You just need to have Docker installed on your machine. 🐳

Usage

First, build the image:

docker build . -t bocadillo-example

Then run the container:

docker run -p 8000:8000 bocadillo-example

The example app will then be accessible at http://localhost:8000.

Need more info? Read the Dockerfile. 👍

About

(UNMAINTAINED) 🐳 Example dockerized Bocadillo application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published