Sign inSign up

iandennismiller/application

By iandennismiller

Updated over 7 years ago

Application server based on Debian Stretch with python3, ruby 2.6.0, and nodejs

Image
0

1.0K

iandennismiller/application repository overview

Docker for Pub2

This Dockerfile, based on debian:stretch, can be used to render Pub2 websites. The following are provided:

  • ruby
  • jekyll
  • texlive-full
  • pandoc
  • python3

Build image from Dockerfile

docker build -t pub2 .

Deploy image to hub

docker login
docker tag pub2 iandennismiller/pub2
docker push iandennismiller/pub2

Tag summary

Content type

Image

Digest

Size

600.6 MB

Last updated

over 7 years ago

docker pull iandennismiller/application