Git Product home page Git Product logo

Comments (3)

HalcyonAzure avatar HalcyonAzure commented on September 12, 2024

尝试了下,这个BUG确实是可以复现的,同时在Linux系统上则不会,也许先用MySQL或者其他的数据库方案替代下?

from lsky-pro-docker.

tyePhDCandy avatar tyePhDCandy commented on September 12, 2024

该问题得到了解决。原因可能为:

  • docker volume mapping (docker -v <path inside local machine> : <path inside docker>)。对于windows 10 with wsl2 系统来说,<path inside local machine>需要特别注意。
  • -d参数

我的docker run code(成功版本):

docker run -d --name lsky -p 8090:80 -v \\wsl$\Ubuntu\var\project\lsky_personal:/var/www/html halcyonazure/lsky-pro-docker:latest

from lsky-pro-docker.

HalcyonAzure avatar HalcyonAzure commented on September 12, 2024

学到了👍

from lsky-pro-docker.

Related Issues (20)

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.