Coder Social home page Coder Social logo

docker's Introduction

构建自己的镜像和容器

使用

  1. 进入docker-compose/registry,启动registry作为镜像仓库
     docker-compose up -d
  2. 进入dockerfile中的项目目录,如dockerfile/php/7.0.33
  3. 构建镜像、打上tag并推送远程仓库(换成自己的ip)
     docker build -t php:7.0.33 .
     docker tag php:7.0.33 192.168.159.130:5000/php:7.0.33
     docker push 192.168.159.130:5000/php:7.0.33
  4. 查看仓库中镜像
     curl http://192.168.159.130:5000/v2/_catalog
     curl http://192.168.159.130:5000/v2/php/tags/list
  5. 修改项目的docker-compose.yml中image的ip,如:docker-compose/web/docker-compose.yml
  6. 启动项目即可

docker's People

Contributors

ace-zhaoy avatar zhaoyang1214 avatar

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.