Docker 官方文档翻译
jdbcaaa
If you are going to try , go all the way
展开
-
Overview of Docker Compose(源码翻译)
Overview of Docker ComposeDocker Compose 概览,预计阅读时间 5分钟 Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your ...翻译 2018-12-05 08:32:46 · 279 阅读 · 0 评论 -
DockerCompose 安装
Prerequisites 预备知识: Docker Compose relies on Docker Engine for any meaningful work, so make sure you have Docker Engine installed either locally or remote, depending on your setup. Docker ...翻译 2018-12-05 09:46:14 · 400 阅读 · 0 评论 -
Get started with Docker Compose
On this page you build a simple Python web application running on Docker Compose. The application uses the Flask framework and maintains a hit counter in Redis. While the sample uses Python, the conce...翻译 2018-12-06 14:03:11 · 499 阅读 · 0 评论 -
2018-12-10 Docker Compose 命令说明:
2018-12-10 Docker Compose 命令说明:原文地址:https://docs.docker.com/compose/reference/ docker-compose build Usage: build [options] [--build-arg key=val...] [SERVICE...] Options:--compress Comp...翻译 2018-12-14 10:04:59 · 2276 阅读 · 0 评论 -
Docker-maven-plugin 文档翻译
Docker-maven-plugin 文档翻译原文地址:https://github.com/spotify/docker-maven-plugin A Maven plugin for building and pushing Docker images.用于构建和推送Docker镜像的Maven插件。 We recommend that new projects...翻译 2018-12-15 11:15:27 · 995 阅读 · 0 评论