Results of 21 - 30 of about 136 for Image (0.048 sec.)
Fedora 6870
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ます。 $ sudo docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from ... c95931e552: Already exists hello-world:latest: The image you are pulling has been verified. Important: imag ... bd1.7.1cf5daeb82aab55838d Status: Downloaded newer image for hello-world:latest Hello from Docker. This mes ... on. 2 . The Docker daemon pulled the "hello-world" image from the Docker Hub. ( Assuming it was not already ...
https://man.plustar.jp/docker/engine/installation/linux/docker-ce/fedora.html - [similar]
Microsoft Azure 6786
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ocker-port : Docker デーモンのポート番号。 --azure-image : Azure イメージ名です。詳細は How to: Get the Win ... dows Azure Image Name を参照。 --azure-location : マシン・インスタン ... 境変数 デフォルト値 --azure-docker-port 2376 --azure-image AZURE_IMAGE Ubuntu 15.10 x64 --azure-location AZUR ...
https://man.plustar.jp/docker/machine/drivers/azure.html - [similar]
node tasks 6714
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... d commit cp create diff events exec export history images import info inspect kill load login logout logs n ... : $ docker node tasks swarm-master ID NAME SERVICE IMAGE DESIRED STATE LAST STATE NODE dx2g0fe3zsdb6y6q453f ... tasks -f name = redis swarm-master ID NAME SERVICE IMAGE DESIRED STATE LAST STATE NODE dx2g0fe3zsdb6y6q453f ... cf8lwhs4c1t4kq8szwzta swarm-master ID NAME SERVICE IMAGE DESIRED STATE LAST STATE NODE f33pcf8lwhs4c1t4kq8s ...
https://man.plustar.jp/docker/engine/reference/commandline/node_tasks.html - [similar]
commit 6570
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... をコミット cp create diff events exec export history images import info inspect kill load login logout logs n ... WORKDIR です。 コンテナのコミット ¶ $ docker ps ID IMAGE COMMAND CREATED STATUS PORTS c3f279d17e0a ubuntu:1 ... ours $ docker commit c3f279d17e0a svendowideit/testimage:version3 f5283438590d $ docker images REPOSITORY T ... AG ID CREATED SIZE svendowideit/testimage version3 f5283438590d 16 seconds ago 335 .7 MB 新し ...
https://man.plustar.jp/docker/engine/reference/commandline/commit.html - [similar]
history 6570
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... d commit cp create diff events exec export history images import info inspect kill load login logout logs n ... うに構築したかを確認します。 $ docker history docker IMAGE CREATED CREATED BY SIZE COMMENT 3e23a5875458 8 day ... 作られたかを確認します。 $ docker history docker:scm IMAGE CREATED CREATED BY SIZE COMMENT 2ac9d1098bf1 3 mon ... go /bin/bash 241 .4 MB Added Apache to Fedora base image 88b42ffd1f7c 5 months ago /bin/sh -c #(nop) ADD fi ...
https://man.plustar.jp/docker/engine/reference/commandline/history.html - [similar]
Part 5:スタック 6570
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... tag は皆さんの名前とイメージにあわせて書き換えます image: username/repo:tag deploy: replicas: 5 restart_pol ... 0M ports: - "80:80" networks: - webnet visualizer: image: dockersamples/visualizer:stable ports: - "8080:80 ... o:tag は皆さんの名前とイメージに置き換えてください image: username/repo:tag deploy: replicas: 5 restart_pol ... 0M ports: - "80:80" networks: - webnet visualizer: image: dockersamples/visualizer:stable ports: - "8080:80 ...
https://man.plustar.jp/docker/get-started/part5.html - [similar]
Puppet を使う 6498
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 、次のように使用するタイプを定義しています。 docker::image { 'ubuntu' : } これは、次のコマンドと同等です。 $ ... docker pull ubuntu docker::image { 'ubuntu' : ensure = > 'absent' , } コンテナ ¶ こ ... るイメージができます。 docker::run { 'helloworld' : image = > 'ubuntu' , command = > '/bin/sh -c "while true ...
https://man.plustar.jp/docker/engine/admin/puppet.html - [similar]
イメージの構築 6426
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... イメージの一覧を表示しましょう。表示するには docker images コマンドを使います。 $ docker images REPOSITORY T ... AG IMAGE ID CREATED SIZE ubuntu 14 .04 1d073211c498 3 days ... ジ ID ちなみに サード・パーティ製の dockviz tool や image layers サイト でイメージ・データを可視化できます。 ... : Download complete . . . Status: Downloaded newer image for centos イメージの各レイヤを取得しているのが見え ...
https://man.plustar.jp/docker/engine/tutorials/dockerimages.html - [similar]
クィックスタート: Compose と WordPress 6353
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... スタンスを生成します。 version : '3' services : db : image : mysql:5.7 volumes : - db_data:/var/lib/mysql res ... PASSWORD : wordpress wordpress : depends_on : - db image : wordpress:latest ports : - "8000:80" restart : a ... 3545dbec99cfe705b03c520de Status: Downloaded newer image for mysql:5.7 Pulling wordpress ( wordpress:latest ... 006addfe5210b8c675881aff6 Status: Downloaded newer image for wordpress:latest Creating my_wordpress_db_1 Cr ...
https://man.plustar.jp/docker/compose/wordpress.html - [similar]
サービスにローリング・アップデートを適用 6353
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... teConfig: Parallelism: 1 Delay: 10s ContainerSpec: Image: redis:3.0.6 Resources: redis 用のコンテナ・イメー ... てノード更新を適用します。 $ docker service update --image redis:3.0.7 redis redis スケジューラが適用するロー ... teConfig: Parallelism: 1 Delay: 10s ContainerSpec: Image: redis:3.0.7 Resources: Endpoint Mode: vip service ... デートを監視します。 $ docker service ps redis NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR redis.1.dos ...
https://man.plustar.jp/docker/engine/swarm/swarm-tutorial/rolling-update.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT