Code Monkey home page Code Monkey logo

zphal-dockerfiles's Introduction

Hi 👋, I'm goozp

An ordinary full-stack development engineer.

☕ About me :

  • 🌱 I’m currently learning flutter, webassembly.
  • 🧐 I'm more familiar with go, php.
  • 🖥️ I'm working in the field of e-commerce.
  • 🚀 I'm currently researching distributed systems, practicing microservice architecture.
  • 🤖 I keep my eye on cutting-edge research in artificial intelligence.
  • 📝 I regularly write articles on my website.

🔧 Languages and Tools :

go php python javascript typescript dart vuejs webassembly flutter docker kubernetes mysql redis mongodb nginx tensorflow scikit_learn pandas

goozp

zphal-dockerfiles's People

Contributors

goozp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zphal-dockerfiles's Issues

mysql start error

hello my boy, I got this problem
mysql-db_1_77e5eef18e48 | mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 13 - Permission denied)
mysql-db_1_77e5eef18e48 | mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
咋整的老哥,docker-compose.yml里面配置privileged:true也不行呀。求助,谢谢!

创建镜像时会产生两个镜像是什么原因呢

Dockerfile文件

FROM nginx

MAINTAINER "zhouyao"

ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

docker-compose.yml文件

version: '3.2'
services:
  nginx:
    build: ./nginx
    volumes:
      - ../website:/data/www:rw
      - ./nginx/conf.d:/etc/nginx/conf.d:ro
      - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
      - ../logs/nginx:/var/log/nginx
    ports:
      - "80:80"
      - "8080:8080"
      - "443:443"
    restart: always
    command: nginx -g 'daemon off;'

查看镜像列表

docker images        
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
file_nginx          latest              126bee0ea0b5        17 seconds ago      126MB
nginx               latest              5a3221f0137b        4 days ago          126MB

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.