A good docker practice is to reuse as much as existing container images as possible. This keeps the image small and build fast. Therefore I'll be moving the single Dockerfile to a docker-compose.yml that defines a separate image for each layer in the lamp stack (apache-php, mysql and ospos)
该提问来源于开源项目:opensourcepos/opensourcepos