Results of 1 - 10 of about 23 for Hostname (0.058 sec.)
- PowerShell DSC で使う 15818
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
定に必要な .mof ファイルを生成します。 DockerClient -Hostname "myhost" サンプルの DSC 設定データ・ファイルは、 H...
ロセスを開始します。 . \R unDockerClientConfig.ps1 -Hostname "myhost" RunDockerClientConfig.ps1 スクリプトは DS...
Image パラメータで設定を追加します。 DockerClient -Hostname "myhost" -Image "node" . \R unDockerClientConfig.p...
s1 -Hostname "myhost" ホストに対して複数のイメージを取得する設定...
- https://man.plustar.jp/docker/engine/admin/dsc.html - [similar]
- IBM SoftLayer 9199
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
-softlayer-cpu : マシンで使う CPU 数。 --softlayer-hostname : マシンのホスト名。 --softlayer-domain : 必須 マシ...
dal01 --softlayer-cpu SOFTLAYER_CPU 1 --softlayer-hostname SOFTLAYER_HOSTNAME docker --softlayer-domain SOFTL...
- https://man.plustar.jp/docker/machine/drivers/soft-layer.html - [similar]
- 通知 8998
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
r": { "name": "test-actor" }, "source": { "addr": "hostname.local:port" } } The target struct of events which...
r": { "name": "test-actor" }, "source": { "addr": "hostname.local:port" } }, { "id": "asdf-asdf-asdf-asdf-1",...
r": { "name": "test-actor" }, "source": { "addr": "hostname.local:port" } }, { "id": "asdf-asdf-asdf-asdf-2",...
r": { "name": "test-actor" }, "source": { "addr": "hostname.local:port" } } ] } Responses The registry is fair...
- https://man.plustar.jp/docker/registry/notifications.html - [similar]
- Couchbase サービスの Docker 化 8797
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
t -d memoryQuota = 300 -d indexMemoryQuota = 300 * Hostname was NOT found in DNS cache * Trying 192 .168.99.10...
er/setupServices -d 'services=kv%2Cn1ql%2Cindex' * Hostname was NOT found in DNS cache * Trying 192 .168.99.10...
username = Administrator -d password = password * Hostname was NOT found in DNS cache * Trying 192 .168.99.10...
091/sampleBuckets/install -d '["travel-sample"]' * Hostname was NOT found in DNS cache * Trying 192 .168.99.10...
- https://man.plustar.jp/docker/engine/examples/couchbase.html - [similar]
- swarm からノードをドレイン(解放) 8797
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
vailable)な状態を確認します。 $ docker node ls ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS 1bcef6utixb0l0c...
ect --pretty worker1 ID: 38ciaotwjuritcdtn9npbnkuz Hostname: worker1 Status: State: Ready Availability: Drain...
ect --pretty worker1 ID: 38ciaotwjuritcdtn9npbnkuz Hostname: worker1 Status: State: Ready Availability: Active...
- https://man.plustar.jp/docker/engine/swarm/swarm-tutorial/drain-node.html - [similar]
- node inspect 8495
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
, "Availability" : "ACTIVE" } , "Description" : { "Hostname" : "swarm-manager" , "Platform" : { "Architecture"...
ocker node inspect --pretty self ID: 2otfhz83efcc7 Hostname: ad960a848573 Status: State: Ready Availability: A...
- https://man.plustar.jp/docker/engine/reference/commandline/node_inspect.html - [similar]
- コンテナの DNS を設定 8495
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
$$ mount ... /dev/disk/by-uuid/1fec...ebdf on /etc/hostname type ext4 ... /dev/disk/by-uuid/1fec...ebdf on /et...
を与える4つのオプションがあります。 -h ホスト名 か --hostname=ホスト名 :コンテナ自身が知るホスト名を設定します。...
これは /etc/hostname に書かれます。 /etc/hosts にはコンテナ内のホスト I...
- https://man.plustar.jp/docker/engine/userguide/networking/default_network/config... - [similar]
- コンテナの DNS を設定 8495
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
$$ mount ... /dev/disk/by-uuid/1fec...ebdf on /etc/hostname type ext4 ... /dev/disk/by-uuid/1fec...ebdf on /et...
を与える4つのオプションがあります。 -h ホスト名 か --hostname=ホスト名 :コンテナ自身が知るホスト名を設定します。...
これは /etc/hostname に書かれます。 /etc/hosts にはコンテナ内のホスト I...
- https://man.plustar.jp/docker/network/default_network/configure-dns.html - [similar]
- Docker run リファレンス 8194
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
で使えるよう設定します。なお、 host UTS モードでは --hostname の指定ができないため、ご注意ください。 ホスト上と...
で持ちます。そのため、 host ネットワーク・モードで --hostname が許可されるのは、コンテナの中でホスト名を変えるだ...
けです。 --hostname 同様、 --add-host 、 --dns 、 --dns-search 、 --dn...
ntainer ネットワーク・モードでは、 --add-host 、 --hostname 、 --dns 、 --dns-search 、 --dns-opt 、 --mac-add...
- https://man.plustar.jp/docker/engine/reference/run.html - [similar]
- アプリケーションのデプロイ 8093
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
:3376 run -t -d \ -p 80 :80 \ --label = interlock.hostname = results \ --label = interlock.domain = myenterpr...
:3376 run -t -d \ -p 80 :80 \ --label = interlock.hostname = vote \ --label = interlock.domain = myenterprise...
:3376 run -t -d \ -p 80 :80 \ --label = interlock.hostname = vote \ --label = interlock.domain = myenterprise...
- https://man.plustar.jp/docker/swarm/swarm_at_scale/deploy-app.html - [similar]