Results of 11 - 20 of about 136 for Image (0.070 sec.)
pull 7663
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 ... ce46bf62159837aad072c90aa Status: Downloaded newer image for debian:latest Docker イメージは複数のレイヤ(層 ... 00ca5ad23e327bc402626b58e Status: Downloaded newer image for debian:jessie どのようなイメージがローカルにあ ... るかを確認するには docker images コマンドを使います。 $ docker images REPOSITORY T ...
https://man.plustar.jp/docker/engine/reference/commandline/pull.html - [similar]
ETW ロギング・ドライバ 7591
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... されたメッセージを含みます。 container_name : % s , image_name : % s , container_id : % s , image_id : % s , ... フィールド 説明 container_name 開始のコンテナ名。 image_name コンテナのイメージ名。 container_id 64文字のコ ... ンテナ ID。 image_id コンテナ・イメージのフル ID。 source stdout (標 ... ージの例です。 container_name: backstabbing_spence, image_name: windowsservercore, container_id: f14bb55aa86 ...
https://man.plustar.jp/docker/config/container/logging/etwlogs.html - [similar]
rmi 7446
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 images REPOSITORY TAG IMAGE ID CREATED SIZE test1 latest ... er rmi fd484f19954f Error: Conflict, cannot delete image fd484f19954f because it is tagged in multiple repo ... 2/11 05 :47:16 Error: failed to remove one or more images $ docker rmi test1 Untagged: test1:latest $ docke ...
https://man.plustar.jp/docker/engine/reference/commandline/rmi.html - [similar]
service ls 7374
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 ... 表示します。 マネージャ・ノード上: ID NAME REPLICAS IMAGE COMMAND c8wgl7q4ndfd frontend 5 /5 nginx:alpine dm ... $ docker service ls -f "id=0bcjw" ID NAME REPLICAS IMAGE COMMAND 0bcjwfh8ychr redis 1 /1 redis:3.0.6 label ... rvice ls --filter label = project ID NAME REPLICAS IMAGE COMMAND 01sl1rp6nj5u frontend2 1 /1 nginx:alpine 3 ...
https://man.plustar.jp/docker/engine/reference/commandline/service_ls.html - [similar]
イメージの構築と実行 7374
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker 概要 クイッ ... イメージで始めます。これは公式イメージ( official image )であり、node.js ベンダーによって構築され、Docker ... は、こちらにあります。 /engine/reference/commandline/image /engine/reference/commandline/container Dockerfile ... container ls -a -q) # 全てのコンテナを削除 docker image ls -a # マシン上の全てのイメージを表示 docker imag ... e rm <image id> # マシン上の特定のイメージを削除 docker image ...
https://man.plustar.jp/docker/get-started/part2.html - [similar]
OpenStack 7374
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... : マシンとして使用する flavor の指定。 --openstack-image-id または --openstack-image-name : マシンとして使用 ... ack-floatingip-pool OS_FLOATINGIP_POOL --openstack-image-id OS_IMAGE_ID --openstack-image-name OS_IMAGE_NAM ...
https://man.plustar.jp/docker/machine/drivers/openstack.html - [similar]
使用していない Docker オブジェクトの削除(prune) 7302
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... うにして使うか紹介します。 イメージの prune ¶ docker image prune コマンドは、使っていないイメージをクリーンア ... ップできます。デフォルトの docker image prune は、宙ぶらりんイメージ(dangling image)のみ ... イメージを削除するには、次のようにします。 $ docker image prune WARNING! This will remove all dangling image ... べてを削除するには、 -a フラグを使います。 $ docker image prune -a WARNING! This will remove all images with ...
https://man.plustar.jp/docker/config/pruning.html - [similar]
Chef を使う 7302
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 'default' do action [ :create, :start ] end docker_image 'busybox' do action :pull end docker_container 'an ... 、コンテナ実行時にポートを公開します。 # Pull latest image docker_image 'nginx' do tag 'latest' action :pull ... s.biz' env 'FOO=bar' subscribes :redeploy, 'docker_image[nginx]' end 参考 Quickstart Docker Engine https:// ...
https://man.plustar.jp/docker/engine/admin/chef.html - [similar]
Compose における環境変数 7086
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ファイルにおいて読み込ませることができます。 web : image : "webapp:$ {TAG} " 詳しくは Compose ファイルリファ ... 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' シェル内にて設定される値は、 .env フ ... 異なる値に設定していたら、それを使って変数置換された image が用いられることになります。 $ export TAG=v2.0 $ d ...
https://man.plustar.jp/docker/compose/environment-variables.html - [similar]
Docker for Windows を始めよう 6870
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 。 > docker run hello-world docker : Unable to find image 'hello-world:latest' locally latest: Pulling from ... b2d0518b417fb47e5879d9b5f Status: Downloaded newer image for hello-world:latest Hello from Docker! This mes ... lo-world イメージを、一覧から確認します。 > docker image ls 5. hello-world コンテナを一覧に表示します("Hel ... eractive --tty ubuntu bash docker : Unable to find image 'ubuntu:latest' locally latest: Pulling from libra ...
https://man.plustar.jp/docker/docker-for-windows/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT