Results of 1 - 5 of about 5 for acme (0.014 sec.)
イメージ、コンテナ、ストレージ・ドライバについて 12814
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... している状況を考えます。 1 つめの Dockerfile からは acme/my-base-image:1.0 というイメージが作られるものとし ... OM ubuntu:16.10 COPY . /app 2 つめの Dockerfile は acme/my-base-image:1.0 をベースとして、さらにレイヤを追 ... 加するものとします。 FROM acme/my-base-image:1.0 CMD /app/hello.sh 2 つめのイメー ... 1 つめのイメージをビルドします。 $ docker build -t acme/my-base-image:1.0 -f Dockerfile.base . Sending bui ...
https://man.plustar.jp/docker/storage/storagedriver/imagesandcontainers.html - [similar]
自動構築用の Webhooks 8751
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 7 tests PASSED, context: Continuous integration by Acme CI, target_url: http://ci.acme.com/results/afd339c ...
https://man.plustar.jp/docker/docker-hub/webhooks.html - [similar]
Docker Hub 上のリポジトリ 8273
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... s PASSED" , "context" : "Continuous integration by Acme CI" , "target_url" : "http://ci.acme.com/results/a ...
https://man.plustar.jp/docker/docker-hub/repos.html - [similar]
Dockerfile のベスト・プラクティス 8034
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... example . version = "0.0.1-beta" LABEL vendor1 = "ACME Incorporated" LABEL vendor2 = ZENITH \ Incorporate ... 続の文字を使い、長い文字列を改行する LABEL vendor = ACME \ Incorporated \ com . example . is - beta = \ com ...
https://man.plustar.jp/docker/develop/develop-images/dockerfile_best-practices.h... - [similar]
Dockerfile リファレンス 8034
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... に簡単な例を示します。 LABEL "com.example.vendor" = "ACME Incorporated" LABEL com.example.label-with-value = ... ドを用います。 "Labels" : { "com.example.vendor" : "ACME Incorporated" "com.example.label-with-value" : "fo ... is used to start the foobar executable" Vendor = "ACME Products" Version = "1.0" RUN apt-get update && ap ...
https://man.plustar.jp/docker/engine/reference/builder.html - [similar]
PREV 1 NEXT