Sign inSign up

otzy007/voltframework

By otzy007

Updated over 10 years ago

Image
0

1.4K

otzy007/voltframework repository overview

Docker container for Volt

How to use it

Create a Dockerfile in your Volt app with the following

FROM otzy007/voltframework

Then you can build the Docker image:

docker build -t my-volt-app .

And run it:

docker run --name my-volt-app -p 3000:3000 -d my-volt-app

You can then go to http://localhost:3000 in your browser

The stack

  • Ruby 2.2
  • MongoDB 2.6.7

Tag summary

Content type

Image

Digest

sha256:bf55491b7

Size

392 MB

Last updated

over 10 years ago

docker pull otzy007/voltframework