erikcw / docker-lapis

This image aims to provide a clean docker base image for the latest version of the Lapis Lua web framework (backed by OpenResty).
MIT License
13 stars 0 forks source link

OpenResty doesn't install #1

Closed LennyPenny closed 9 years ago

LennyPenny commented 10 years ago

Logs say this when running the container

Aborting: can not find an installation of OpenResty

erikcw commented 9 years ago

It's working fine for me. Can you share the exact command you are using to run the container? Also, which OS are you on?

erikcw commented 9 years ago

The container was build under the assumption that you would supply your own configuration (ie by creating your own Dockerfile FROM erikcw/lapis:latest).

I've added a demo lapis app so you can "test drive" the container.

Try this:

docker pull erikcw/lapis:latest
run -it --rm --name resty -p 8080:8080 erikcw/lapis:latest

# in another terminal
curl http://localhost:8080/