Results of 1 - 10 of about 54 for services (0.031 sec.)
Amazon Web Services 12697
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... バ ドライバのオプションと、デフォルト OS Amazon Web Services 認証ファイルの設定 オプション デフォルト AMI セキュ ... s-ja Docs » Docker Machine » ドライバ » Amazon Web Services Amazon Web Services ¶ 目次 認証ファイルの設定 AWS ... セットアップ カスタム AMI と SSH ユーザ名 Amazon Web Services 上にマシンを作成します。 認証ファイルの設定 ¶ AWS ... ¶ --amazonec2-access-key : 必須 自分の Amazon Web Services API 用のアクセス・キー緒です。 --amazonec2-secret- ...
https://man.plustar.jp/docker/machine/drivers/aws.html - [similar]
ファイルシステム共有 [osxfs] 12119
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... のパラメータを追加: --mount type=bind,src=/run/host-services/ssh-auth.sock,target=/run/host-services/ssh-au --m ... ount type = bind,src = /run/host-services/ssh-auth.sock,target = /run/host-services/ssh-auth ... 境変数をコンテナに追加: -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" -e SSH_AUTH_SOCK = "/run/host-servi ... 有効化するには、サービスに以下のフラグを追加します: services: web: image: nginx:alpine volumes: - type: bind so ...
https://man.plustar.jp/docker/docker-for-mac/osxfs.html - [similar]
Docker スタックと配布アプリケーションバンドル(試験的) 9908
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... bundle WARNING: Unsupported key 'network_mode' in services.nsqd - ignoring WARNING: Unsupported key 'links' i ... n services.nsqd - ignoring WARNING: Unsupported key 'volumes' ... in services.nsqd - ignoring [ ... ] Wrote bundle to vossibilit ... タックを生成、更新します。 rm スタックを削除します。 services スタック内のサービスを一覧表示します。 tasks スタッ ...
https://man.plustar.jp/docker/compose/bundles.html - [similar]
Compose ファイル・リファレンス 9908
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... Compose ファイルは YAML ファイルであり、 サービス(services) 、 ネットワーク(networks) 、 ボリューム(volume ... も作成・起動します。 簡単なサンプル: version: '2' services: web: build: . depends_on: - db - redis redis: ima ... ップ・レベルの network キー のエントリを参照します。 services : some-service : networks : - some-network - other ... か保証されません。 一般的な形式は、以下の通りです。 services : some-service : networks : some-network : aliases ...
https://man.plustar.jp/docker/compose/compose-file.html - [similar]
Amazon Web Services (AWS) EC2 の例 9908
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... で使う サンプルを学ぶ Digital Ocean の例 Amazon Web Services (AWS) EC2 の例 ステップ1:AWS にサインアップして証明 ... ocs » Docker Machine » サンプルを学ぶ » Amazon Web Services (AWS) EC2 の例 Amazon Web Services (AWS) EC2 の例 ... はどちらへ 以下の例では Docker に対応した Amazon Web Services (AWS) EC2 インスタンスを作成します。 ステップ1:AWS ... cker Machine で Swarm クラスタ構築 参考 Amazon Web Services (AWS) EC2 example https://docs.docker.com/machine/ ...
https://man.plustar.jp/docker/machine/examples/aws.html - [similar]
Docker Machine をクラウド・プロバイダで使う 9463
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ・プロバイダで使う サンプル Digital Ocean Amazon Web Services (AWS) docker-machine create コマンド クラウド・プロ ... イダで使う ¶ 目次 サンプル Digital Ocean Amazon Web Services (AWS) docker-machine create コマンド クラウド・プロ ... Digital Ocean サンプル をご覧ください。 Amazon Web Services (AWS) ¶ 次のコマンドは AWS EC2 上に「aws-sandbox」 ... 対応インスタンスで更なる操作をするには Amazon Web Services (AWS) サンプル をご覧ください。 docker-machine cre ...
https://man.plustar.jp/docker/machine/get-started-cloud.html - [similar]
Kubernetes 上にデプロイ 9018
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... e /path/to/docker-compose.yml mystack docker stack services mystack デプロイしたサービスは kubectl get service ... le /path/to/docker-compose.yml mystack kubectl get services -n my-app の実行は、 my-app 名前空間にデプロイして ... ドや Kubernetes にデプロイできます。 version : '3.3' services : web : image : dockersamples/k8s-wordsmith-web po ...
https://man.plustar.jp/docker/docker-for-mac/kubernetes.html - [similar]
Kubernetes 上にデプロイ 9018
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... e /path/to/docker-compose.yml mystack docker stack services mystack デプロイしたサービスは kubectl get service ... le /path/to/docker-compose.yml mystack kubectl get services -n my-app の実行は、 my-app 名前空間にデプロイして ... ドや Kubernetes にデプロイできます。 version : '3.3' services : web : image : dockersamples/k8s-wordsmith-web po ...
https://man.plustar.jp/docker/docker-for-windows/kubernetes.html - [similar]
Compose における環境変数 8573
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... env TAG=v1.5 $ cat docker-compose.yml version: '3' services: web: image: "webapp:${TAG}" docker-compose up を実 ... に出力します。 $ docker-compose config version: '3' services: web: image: 'webapp:v1.5' シェル内にて設定される値 ... port TAG=v2.0 $ docker-compose config version: '3' services: web: image: 'webapp:v2.0' environment と env_file ... ODE_ENV=test $ cat docker-compose.yml version: '3' services: api: image: 'node:6-alpine' env_file: - ./Docker/ ...
https://man.plustar.jp/docker/compose/environment-variables.html - [similar]
サポートしているドライバ 8573
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... バ ドライバのオプションと、デフォルト OS Amazon Web Services Digital Ocean 汎用(generic)ドライバ Google Compute ... ているドライバ サポートしているドライバ ¶ Amazon Web Services Microsoft Azure Digital Ocean exoscale Google Comp ...
https://man.plustar.jp/docker/machine/drivers/index.html - [similar]
PREV 1 2 3 4 5 6 NEXT