Results of 221 - 230 of about 264 for run (0.125 sec.)
Docker Machine で Swarm クラスタ構築 4375
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... を作成するには、 swarm イメージを実行します。 docker run swarm create Unable to find image 'swarm' locally ... er" export DOCKER_MACHINE_NAME = "swarm-manager" # Run this command to configure your shell: # eval $(doc ...
https://man.plustar.jp/docker/swarm/provision-with-machine.html - [similar]
down 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... vents help kill logs pause port ps pull restart rm run scale start stop unpause up 用語集 Samples - サンプ ...
https://man.plustar.jp/docker/compose/reference/down.html - [similar]
Chef を使う 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... r_image 'nginx' do tag 'latest' action :pull end # Run container exposing ports docker_container 'my_ngin ...
https://man.plustar.jp/docker/engine/admin/chef.html - [similar]
Couchbase サービスの Docker 化 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... す。 Couchbase サーバは次のように起動します: docker run -d --name db -p 8091 -8093:8091-8093 -p 11210 :112 ... メージに同梱されています。 CBQ ツールの実行: docker run -it --link db:db couchbase cbq --engine http://db: ...
https://man.plustar.jp/docker/engine/examples/couchbase.html - [similar]
ボリューム・プラグインの記述 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ボリュームへアクセスするためには、 docker container run コマンドの --volume フラグや --volume-driver フラグ ... e --driver = flocker volumename $ docker container run -it --volume volumename:/data busybox sh --volume ...
https://man.plustar.jp/docker/engine/extend/plugins_volume.html - [similar]
Ubuntu 用 Docker CE の入手 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 、 hello-world イメージを実行します。 $ sudo docker run hello-world このコマンドはテスト用イメージをダウン ... 、 hello-world イメージを実行します。 $ sudo docker run hello-world このコマンドはテスト用イメージをダウン ...
https://man.plustar.jp/docker/engine/installation/linux/docker-ce/ubuntu.html - [similar]
pull 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ライン・リファレンス Dockerfile リファレンス Docker run リファレンス コマンドライン・リファレンス Docker コ ... (実験的) plugin rm (実験的) rename restart rm rmi run save search service create service inspect service ...
https://man.plustar.jp/docker/engine/reference/commandline/pull.html - [similar]
create - ディスカバリ・トークンの作成 4326
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ークなディスカバリ・トークンを作成します。 $ docker run --rm swarm create 86222732d62b6868d441d430aee4f055 ...
https://man.plustar.jp/docker/swarm/reference/create.html - [similar]
リンク時の環境変数(機能修正) 4286
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... おいて利用可能な環境変数を見るには、 docker-compose run SERVICE env を実行します。 name _PORT 完全な URL。 ...
https://man.plustar.jp/docker/compose/link-env-deprecated.html - [similar]
ログ・ドライバー出力のカスタマイズ 4286
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... を上書きするには tag オプションを使います。 $ docker run --log-driver = fluentd --log-opt fluentd-address = ...
https://man.plustar.jp/docker/config/container/logging/log_tags.html - [similar]