Results of 1 - 10 of about 29 for remove (0.038 sec.)
plugin rm (実験的) 12840
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... プラグイン一覧 --help 使い方の表示 エイリアス: rm, remove プラグインを削除します。アクティブなプラグインは削 ... に docker plugin disable で無効化します。 以下は no-remove:latest プラグインを無効化して、削除する例です。 $ ... docker plugin disable tiborvass/no-remove:latest $ docker plugin rm tiborvass/no-remove:late ... st no-remove:latest 関連情報 ¶ plugin ls (実験的) plugin enable ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_rm.html - [similar]
rm 11257
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... コマンドライン・リファレンス » rm rm ¶ マシンを削除(remove)します。ローカル環境から削除するだけでなく、クラウ ... 9.102:2376 v1.9.1 $ docker-machine rm baz About to remove baz Are you sure? ( y/n ) : y Successfully removed ... 2:2376 v1.9.1 $ docker-machine rm bar qix About to remove bar, qix Are you sure? ( y/n ) : y Successfully re ... moved bar Successfully removed qix $ docker-machine ls NAME ACTIVE URL STATE URL ...
https://man.plustar.jp/docker/machine/reference/rm.html - [similar]
使用していない Docker オブジェクトの削除(prune) 10637
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... うにします。 $ docker image prune WARNING! This will remove all dangling images. Are you sure you want to cont ... います。 $ docker image prune -a WARNING! This will remove all images without at least one container associat ... います。 $ docker container prune WARNING! This will remove all stopped containers. Are you sure you want to c ... れません。 $ docker volume prune WARNING! This will remove all volumes not used by at least one container. Ar ...
https://man.plustar.jp/docker/config/pruning.html - [similar]
plugin disable (実験的) 10523
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker plugin install をご覧ください。 以下の例は no-remove がインストール済みかつアクティブな状態を表します。 ... $ docker plugin ls NAME TAG ACTIVE tiborvass/no-remove latest true プラグインを無効化するには、次のコマン ... を実行します。 $ docker plugin disable tiborvass/no-remove:latest プラグインの無効後は、プラグインの一覧で「i ... docker plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest false 関連情報 ¶ plugin ls (実験的) plugin ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_disable.html - [similar]
plugin enable (実験的) 10523
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker plugin install をご覧ください。 以下の例は no-remove がインストール済みですが、無効("inactive")な状態 ... す。 $ docker plugin ls NAME TAG ACTIVE tiborvass/no-remove latest false プラグインを有効にするには、次のコマン ... ドを実行します。 $ docker plugin enable tiborvass/no-remove:latest プラグインの有効後は、プラグインの一覧で「a ... docker plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest true 関連情報 ¶ plugin ls (実験的) plugin d ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_enable.html - [similar]
plugin install (実験的) 10393
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 在しなければ、 Docker Hub から取得します。 以下は no-remove プラグインをインストールする例です。インストールで ... 必要とします。 $ docker plugin install tiborvass/no-remove Plugin "tiborvass/no-remove:latest" requested the ... docker plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest true 関連情報 ¶ plugin ls (実験的) plugin e ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_install.html - [similar]
PowerShell DSC で使う 9299
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ient -Hostname "myhost" -Image @ { Name = "node" ; Remove = $true } . \R unDockerClientConfig.ps1 -Hostname ... パティのパラメータを指定します。 Name(必須) Image(Remove プロパティが $true の以外は必要) Port Env Link Co ... mmand Remove 例えば、ハッシュテーブルの設定でコンテナを作成する ... 既存のコンテナは次のように削除できます。 $containerToRemove = @ { Name = "web" ; Remove = $true } DockerClient ...
https://man.plustar.jp/docker/engine/admin/dsc.html - [similar]
plugin inspect (実験的) 9055
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ます。 出力例: $ docker plugin inspect tiborvass/no-remove:latest { "Manifest" : { "ManifestVersion" : "" , " ... ine/extend/plugins/" , "Entrypoint" : [ "plugin-no-remove" , "/data" ] , "Interface" : { "Types" : [ "docker ... : null } , "Active" : true, "Name" : "tiborvass/no-remove" , "Tag" : "latest" , "ID" : "ac9d36b664921d618132 ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_inspect.html - [similar]
service rm 8565
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... service rm [ オプション ] サービス サービスの削除(remove) エイリアス: rm, remove オプション: --help 使い方の ...
https://man.plustar.jp/docker/engine/reference/commandline/service_rm.html - [similar]
node rm 7586
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... [ NODE... ] swarm からノードを削除 エイリアス: rm, remove オプション: --help 使い方の表示 指定したノードを削 ... $ docker node rm swarm-node-02 Node swarm-node-02 removed from Swarm 関連情報 ¶ node inspect node update no ...
https://man.plustar.jp/docker/engine/reference/commandline/node_rm.html - [similar]
PREV 1 2 3 NEXT