Docker build for Omeka S

Hi Ross and anyone else,

I’m a total Docker n00b. Have tried it before and never got it working. I’ve installed Docker for Mac. I don’t think it has Docker compose, which someone else has suggested.

Here’s what I’ve done:
$ docker login
[credentials]

$ docker pull digirati/omeka-s

This seemed to complete. When I run
$ docker images
I can see the repository listed.

Now I’ve hit a wall. I need to run the image next, correct? Then access the filesystem through, what, ssh? What are the credentials? I’m currently looking around maybe trying $ docker build
but not really sure what I’m doing.

Any help is greatly appreciated, and if I figure it out I’ll post instructions on what I did here.

Thanks in advance!