Giter Site home page Giter Site logo

Comments (5)

vadi2 avatar vadi2 commented on July 4, 2024 1

Looks good now, thanks a lot!

from docker-lapis.

MilesChou avatar MilesChou commented on July 4, 2024

Test on Debian

docker run --rm -it mileschou/lapis bash
root@b4e9f62a19ed:/# mkdir src
root@b4e9f62a19ed:/# cd src
root@b4e9f62a19ed:/src# lapis new
wrote	nginx.conf
wrote	mime.types
wrote	app.moon
wrote	models.moon
root@b4e9f62a19ed:/src# lapis server
nginx: [alert] lua_code_cache is off; this will hurt performance in /src/nginx.conf.compiled:16
2020/06/01 03:04:20 [notice] 25#25: using the "epoll" event method
2020/06/01 03:04:20 [notice] 25#25: openresty/1.15.8.3
2020/06/01 03:04:20 [notice] 25#25: built by gcc 8.3.0 (Debian 8.3.0-6)
2020/06/01 03:04:20 [notice] 25#25: OS: Linux 4.19.76-linuxkit
2020/06/01 03:04:20 [notice] 25#25: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2020/06/01 03:04:20 [notice] 25#25: start worker processes
2020/06/01 03:04:20 [notice] 25#25: start worker process 26

Test on Alpine

docker run --rm -it mileschou/lapis:alpine sh
/ # mkdir src
/ # cd src
/src # lapis new
wrote	nginx.conf
wrote	mime.types
wrote	app.moon
wrote	models.moon
/src # lapis server
nginx: [alert] lua_code_cache is off; this will hurt performance in /src/nginx.conf.compiled:16
2020/06/01 02:59:38 [notice] 17#17: using the "epoll" event method
2020/06/01 02:59:38 [notice] 17#17: openresty/1.15.8.3
2020/06/01 02:59:38 [notice] 17#17: built by gcc 9.3.0 (Alpine 9.3.0)
2020/06/01 02:59:38 [notice] 17#17: OS: Linux 4.19.76-linuxkit
2020/06/01 02:59:38 [notice] 17#17: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2020/06/01 02:59:38 [notice] 17#17: start worker processes
2020/06/01 02:59:38 [notice] 17#17: start worker process 19

from docker-lapis.

vadi2 avatar vadi2 commented on July 4, 2024

Thanks a lot!

from docker-lapis.

vadi2 avatar vadi2 commented on July 4, 2024

Is the alpine image pushed? Dockerhub says it was updated 12 days ago.

from docker-lapis.

MilesChou avatar MilesChou commented on July 4, 2024

Alpine image was build failed on DockerHub because setting error. I fixed a few minutes ago.

from docker-lapis.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.