I followed these instructions: (https://www.ortussolutions.com/products/contentbox)
```
docker pull ortussolutions/contentbox &&
docker run -p 8080:8080 \
-e express=true \
-e install=true \
ortussolutions/contentbox
```
And get this: https://www.screencast.com/t/6U5eNiop4o
The instructions specify the env variables in uppercase. Case matters.
These are the instructions I followed. If case matters, perhaps this web
page should be updated? I just copy/pasted.
https://www.ortussolutions.com/products/contentbox
[image: image.png]
I do see that they are uppercase when you scroll further down. I didn't
scroll down that far. I saw "simply run..." and did.
[image: image.png]