Sign inSign up

ceylon/herd-dbase

By ceylon

Updated over 10 years ago

PostgreSQL database ready for use with Ceylon Herd

Image
1

1.9K

ceylon/herd-dbase repository overview

Database for Ceylon Herd

This image is based on the official PostgreSQL image and set up for use with the Herd web server using these instructions.

The following images/tags are available:

To run the server perform the following steps:

  1. docker pull ceylon/ceylon-herd-dbase:latest
  2. Create a folder for the database, eg: mkdir /tmp/herddb
  3. docker run --name herddb -d -v /tmp/herddb:/var/lib/postgresql/data ceylon/ceylon-herd-dbase:latest

NB: You can of course use a different output folder than the /tmp/herddb used in the example but you have to use it's full path in the command! NB2: In this example we've named the container herddb. This is not required but makes it easier to follow the instructions for setting up the Herd web server NB3: In this example we're pulling and running the image that is tagged :latest. You can replace it with any other tag or you can leave it out if you want (it will default to :latest automatically).

Tag summary

Content type

Image

Digest

Size

95.9 MB

Last updated

over 10 years ago

docker pull ceylon/herd-dbase