美文网首页
Getting Started with Docker 1.12

Getting Started with Docker 1.12

作者: 寺院的研究僧 | 来源:发表于2018-04-22 10:11 被阅读13次
    image image

    Docker is an open source containerization engine that offers a simple and faster way for developing and running software. Docker containers wrap software in a complete file system that contains everything it needs to run, enabling any application to be run anywhere – this flexibility and portability mean that you can run apps in the cloud, on virtual machines, or on dedicated servers.

    This video course begins by introducing the basic Docker commands in Docker 1.12. You will quickly learn how to write a Docker file, build an image from it, and then launch a container from that image. You will also get your hands dirty with common Docker tasks such as pushing images to remote repositories, and using port mappings and the image caching layer during builds. Finally, you will explore how to run Docker Services and learn how it can be used to run a group of related Docker containers. We’ll also discuss some more advanced topics such as sharing data between containers.


    链接: https://pan.baidu.com/s/1kV87Kbl 密码: dm6w

    相关文章

      网友评论

          本文标题:Getting Started with Docker 1.12

          本文链接:https://www.haomeiwen.com/subject/yymqlftx.html