Sign inSign up

tpaulus/paperwork-docker

By tpaulus

Updated over 9 years ago

Paperwork - OpenSource note-taking & archiving (twostairs/paperwork)

Image
1

3.6K

tpaulus/paperwork-docker repository overview

Paperwork - Docker

Based off of Tomohisa Kusano's Paperwork Dockerfile and related setup.

Container Creation

This container assumes that you have a MySQL DB provisioned outside of the container, like in a separate docker instance. Provide the necessary configuration, like DB Credentials during the Paperwork setup process.

docker create --name paperwork \
  -p 80:80 \
  tpaulus/paperwork-docker

The start the container via:

docker start paperwork

Build the Image

If you are building the image from the source Dockerfile, run the following command to build the image. This can take a little depending on your network connection, and the horsepower of the building system.

docker build https://github.com/tpaulus/paperwork-docker -t tpaulus/paperwork-docker

Tag summary

Content type

Image

Digest

Size

465.7 MB

Last updated

over 9 years ago

docker pull tpaulus/paperwork-docker