Results of 1 - 10 of about 35 for example (0.022 sec.)
systemd における Docker の設定と管理 14687
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... す。 [Service] Environment="HTTP_PROXY=http://proxy.example.com:80/" HTTPS プロキシサーバを利用している場合には ... 。 [Service] Environment="HTTPS_PROXY=https://proxy.example.com:443/" 複数の環境変数を設定できます。 HTTPS 以外 ... [ Service ] Environment = "HTTP_PROXY=http://proxy.example.com:80" Environment = "HTTPS_PROXY=https://proxy.e ... あれば、一致するサブドメインのみを対象。例えば、 foo.example.com と example.com がある場合: example.com に一致す ...
https://man.plustar.jp/docker/config/daemon/systemd.html - [similar]
アプリケーションのデプロイ 12093
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... " \ --net-alias = workers \ --name worker01 docker/example-voting-app-worker results アプリケーションを起動し ... re \ --net = "voteapp" \ --name results-app docker/example-voting-app-result-app 各フロントエンド・ノード上に ... 1 \ --net = "voteapp" \ --name voting-app01 docker/example-voting-app-voting-app そして、別のフロントエンド・ ... 2 \ --net = "voteapp" \ --name voting-app02 docker/example-voting-app-voting-app タスク3:作業内容の確認と /et ...
https://man.plustar.jp/docker/swarm/swarm_at_scale/deploy-app.html - [similar]
通知 10566
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... , one must add them to the configuration. A simple example follows: notifications : endpoints : - name : alis ... tener url : https : // mylistener . example . com / event headers : Authorization : [ Bearer < ... h an endpoint to send events to https://mylistener.example.com/event , with the header “Authorization: Bearer ... onfiguring endpoint alistener ( https://mylistener.example.com/event ), timeout=500ms, headers=map[Authorizat ...
https://man.plustar.jp/docker/registry/notifications.html - [similar]
Docker Desktop ダッシュボード 9690
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ます。 $ docker-compose up --build Creating network "example-voting-app-master_front-tier" with the default dri ... ver Creating network "example-voting-app-master_back-tier" with the default driv ... er Creating volume "example-voting-app-master_db-data" with default driver Bui ... uccessfully built 69da1319c6ce Successfully tagged example-voting-app-master_worker:latest Creating example-v ...
https://man.plustar.jp/docker/desktop/dashboard.html - [similar]
Dockerfile のベスト・プラクティス 8752
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... 敗します。 # 作業用のディレクトリを作成します mkdir example cd example # ファイル例を作成します touch somefile ... 築します。 # 作業用のディレクトリを作成します mkdir example cd example # ファイル例を作成します touch somefile ... ープしてください。 # 個別のラベルを設定 LABEL com . example . version = "0.0.1-beta" LABEL vendor1 = "ACME Inc ... LABEL vendor2 = ZENITH \ Incorporated LABEL com . example . release - date = "2015-02-12" LABEL com . exampl ...
https://man.plustar.jp/docker/develop/develop-images/dockerfile_best-practices.h... - [similar]
Swarm フィルタ 8576
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... に追加できます。実行例: $ docker daemon --label com.example.environment = "production" --label com.example.sto ... > Dockerfile $ echo "MAINTAINER Kate Smith <ksmith@example.com>" >> Dockerfile $ echo "RUN apt-get update && ... 5a467fddcb8 Step 2 : MAINTAINER Kate Smith <ksmith@example.com> ---> Running in 49e97019dcb8 ---> de8670dcf80 ... ットアップが可能です。例えば、 nginx コンテナに com.example.type=frontend ラベルを付けて起動します。 $ docker ...
https://man.plustar.jp/docker/swarm/scheduler/filter.html - [similar]
docker.io アカウント API 8449
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... e7dea9aa357.jpg?s=80&r=g&d=mm" "email" : "jane.doe@example.com" , "is_active" : true } PATCH /api/v1.1/users/ ... e7dea9aa357.jpg?s=80&r=g&d=mm" "email" : "jane.doe@example.com" , "is_active" : true } ユーザのメールアドレス ... ent-Type: application/json [ { "email" : "jane.doe@example.com" , "verified" : true, "primary" : true } ] ユー ... EuF3tGs4HrI6qJp6KoL7nM { "email" : "jane.doe+other@example.com" } 応答例 : HTTP/1.1 201 Created Content-Type: ...
https://man.plustar.jp/docker/engine/reference/api/docker_io_accounts_api.html - [similar]
Registry 設定リファレンス 8449
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... true levels : - panic options : smtp : addr : mail.example.com:25 username : mailuser password : password ins ... ecure : true from : sender@example.com to : - errors@example.com loglevel : debug # d ... ould have both preceding and trailing slashes, for example /path/. host no This parameter specifies an extern ... from the registry. This header is included in the example configuration files. notifications notifications: ...
https://man.plustar.jp/docker/registry/configuration.html - [similar]
トラブルシューティング 8163
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... export "NO_PROXY=192.168.99.*,*.local,169.254/16,*.example.com,192.168.59.*" Docker を再起動します。 仮想マシ ... 次の例は default マシンの作成時、PROXY として http://example.com:8080 と https://example.com:8080 を指定し、 NO ... _PROXY として example2.com を指定しています。 docker-machine create -d v ... irtualbox \ --engine-env HTTP_PROXY = http://example.com:8080 \ --engine-env HTTPS_PROXY = https://exam ...
https://man.plustar.jp/docker/toolbox/troubleshoot.html - [similar]
Compose ファイル・リファレンス 8099
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 。単一の値、もしくはリストになります。 dns_search : example.com dns_search : - dc1.example.com - dc2.example.c ... mage : ubuntu:14.04 image : tutum/influxdb image : example-registry.com:4000/postgresql image : a4bc65fd イメ ... め、DNS 逆引き記法の利用を推奨します。 labels : com.example.description : "Accounting webapp" com.example.depa ... rtment : "Finance" com.example.label-with-empty-value : "" labels : - "com.exampl ...
https://man.plustar.jp/docker/compose/compose-file.html - [similar]
PREV 1 2 3 4 NEXT