Results of 11 - 20 of about 73 for latest (0.042 sec.)
load 7951
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... load < busybox.tar.gz # […] Loaded image: busybox:latest $ docker images REPOSITORY TAG IMAGE ID CREATED SI ... ZE busybox latest 769b9341d937 7 weeks ago 2 .489 MB $ docker load - ... mages REPOSITORY TAG IMAGE ID CREATED SIZE busybox latest 769b9341d937 7 weeks ago 2 .489 MB fedora rawhide ... eisenbug 58394af37342 7 weeks ago 385 .5 MB fedora latest 58394af37342 7 weeks ago 385 .5 MB 参考 load https ...
https://man.plustar.jp/docker/engine/reference/commandline/load.html - [similar]
マルチステージビルドの利用 7951
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... して、以下のようにします。 Dockerfile : FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /ro ... m -f extract echo Building alexellis2/href-counter:latest docker build --no-cache -t alexellis2/href-counter ... :latest . rm ./app build.sh スクリプトを実行すると、1 つめ ... o build -a -installsuffix cgo -o app . FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /ro ...
https://man.plustar.jp/docker/engine/userguide/eng-image/multistage-build.html - [similar]
Docker Swarm ストラテジ 7951
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... MAND CREATED STATUS PORTS NAMES f8b693db9cd6 mysql:latest "mysqld" Less than a second ago running 192 .168.0 ... MAND CREATED STATUS PORTS NAMES 963841b138d8 nginx:latest "nginx" Less than a second ago running 192 .168.0. ... 2:49177->80/tcp node-2/frontend f8b693db9cd6 mysql:latest "mysqld" Up About a minute running 192 .168.0.42:4 ... MAND CREATED STATUS PORTS NAMES f8b693db9cd6 mysql:latest "mysqld" Less than a second ago running 192 .168.0 ...
https://man.plustar.jp/docker/swarm/scheduler/strategy.html - [similar]
plugin disable (実験的) 7461
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker plugin ls NAME TAG ACTIVE tiborvass/no-remove latest true プラグインを無効化するには、次のコマンドを実行 ... します。 $ docker plugin disable tiborvass/no-remove:latest プラグインの無効後は、プラグインの一覧で「inactive ... plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest false 関連情報 ¶ plugin ls (実験的) plugin enable ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_disable.html - [similar]
plugin enable (実験的) 7461
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker plugin ls NAME TAG ACTIVE tiborvass/no-remove latest false プラグインを有効にするには、次のコマンドを実 ... します。 $ docker plugin enable tiborvass/no-remove:latest プラグインの有効後は、プラグインの一覧で「active」 ... plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest true 関連情報 ¶ plugin ls (実験的) plugin disable ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_enable.html - [similar]
Docker Swarm の入手方法 7461
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... いるかどうか確認します。Docker はデフォルトで swarm:latest バージョンを実行しますが、 latest 以外のタグも指定 ... ocker run swarm --help Unable to find image 'swarm:latest' locally latest: Pulling from library/swarm d681c9 ... 84c0c781b Status: Downloaded newer image for swarm:latest Usage: swarm [ OPTIONS ] COMMAND [ arg... ] A Dock ...
https://man.plustar.jp/docker/swarm/get-swarm.html - [similar]
Docker for Windows を始めよう 7322
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... o-world docker : Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world ... b5f Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your in ... ubuntu bash docker : Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubuntu 22e81 ... 6f516152 Status: Downloaded newer image for ubuntu:latest 注釈 PowerShell ISE を使用しないでください 双方向タ ...
https://man.plustar.jp/docker/docker-for-windows/index.html - [similar]
ps 7322
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... を使いコンテナの表示を整形 --help 使い方の表示 -l, --latest 最後に作成したコンテナを表示 ( どのような状態でも ... -3310/tcp webapp d7886598dbe2 crosbymichael/redis:latest /redis-server --dir 33 minutes ago Up 33 minutes 6 ... D CREATED STATUS PORTS NAMES ea09c3c82f6e registry:latest /srv/run.sh 2 weeks ago Exited ( 0 ) 2 weeks ago 1 ... 000->5000/tcp desperate_leakey 106ea823fe4e fedora:latest /bin/sh -c 'bash -l' 2 weeks ago Exited ( 0 ) 2 we ...
https://man.plustar.jp/docker/engine/reference/commandline/ps.html - [similar]
イメージの構築 7252
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... u 14 .04 1d073211c498 3 days ago 187 .9 MB busybox latest 2c5ac3f849df 5 days ago 1 .113 MB training/webapp ... ubuntu しか指定しなければ、Docker は標準で ubuntu:latest イメージを使用します。 ちなみに 常に ubuntu:14.04 ... OSITORY TAG IMAGE ID CREATED SIZE training/sinatra latest 5bc342fa0b91 10 hours ago 446 .7 MB ouruser/sinatr ... c59e02ddd1a 10 hours ago 446 .7 MB ouruser/sinatra latest 5db5f8471261 10 hours ago 446 .7 MB 作成したイメー ...
https://man.plustar.jp/docker/engine/tutorials/dockerimages.html - [similar]
イメージをDocker Hubに保管 7252
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ドできます。 $ docker pull centos Using default tag: latest latest: Pulling from library/centos f1b10cd84249: ... bfecc3b7 Status: Downloaded newer image for centos:latest これで、この入手したイメージをから、コンテナを実行 ... ¶ docker pull centos の実行は、 docker pull centos:latest の実行と同等です。イメージを取得するにあたり、標準 ... の最新(latest)イメージをダウンロードするのではなく、より適切なイ ...
https://man.plustar.jp/docker/engine/tutorials/dockerrepos.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT