Results of 1 - 10 of about 24 for Environment (0.040 sec.)
systemd における Docker の設定と管理 14361
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... こに環境変数 HTTP_PROXY の設定を書きます。 [Service] Environment="HTTP_PROXY=http://proxy.example.com:80/" HTTPS プ ... に環境変数 HTTPS_PROXY の設定を書きます。 [Service] Environment="HTTPS_PROXY=https://proxy.example.com:443/" 複数の ... の両方を設定するには、次のようにします。 [ Service ] Environment = "HTTP_PROXY=http://proxy.example.com:80" Environ ... メイン名( foo.example.com:80 ) 設定例: [ Service ] Environment = "HTTP_PROXY=http://proxy.example.com:80" Environ ...
https://man.plustar.jp/docker/config/daemon/systemd.html - [similar]
Compose における環境変数 11793
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 、たとえば docker run -e VARIABLE=VALUE ... のように environment キー を使って、環境変数を設定することができます。 ... web : environment : - DEBUG = 1 コンテナへの環境変数の受け渡し ¶ シェ ... ル内の環境変数を environment キー を使って、直接サービスコンテナに受け渡すことが ... docker run -e 変数名 ... のようにできます。 web : environment : - DEBUG コンテナ内の DEBUG 変数は、シェル内の DE ...
https://man.plustar.jp/docker/compose/environment-variables.html - [similar]
ファイル間、プロジェクト間での Compose 設定の共有 10458
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... build : . volumes : - '.:/code' ports : - 8883:80 environment : DEBUG : 'true' db : command : '-d' ports : - 543 ... )。 docker-compose.prod.yml ¶ web : ports : - 80:80 environment : PRODUCTION : 'true' cache : environment : TTL : ... ends : file : common-services.yml service : webapp environment : - DEBUG=1 cpu_shares : 5 important_web : extends ... ends : file : common-services.yml service : webapp environment : - DEBUG=1 cpu_shares : 5 links : - db db : image ...
https://man.plustar.jp/docker/compose/extends.html - [similar]
Swarm で Compose を使う 10191
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... olumes_from: [ "bar" ] network_mode: "service:baz" environment: - "constraint:node==node-1" bar: image: bar envir ... nment: - "constraint:node==node-1" baz: image: baz environment: - "constraint:node==node-1" ホスト側のポートとコン ... らはコンテナの環境を通して指定可能です。Compose では environment オプションを使って設定できます。 # 特定のノードにコ ... ンテナをスケジュールする environment : - "constraint:node==node-1" # 「storage」ラベルに ...
https://man.plustar.jp/docker/compose/swarm.html - [similar]
Compose ファイル・リファレンス 8507
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... epends_on dns dns_search tmpfs entrypoint env_file environment expose extends external_links extra_hosts image la ... epends_on dns dns_search tmpfs entrypoint env_file environment expose extends external_links extra_hosts image la ... 対パスとみなします。 環境変数で指定されている値は、 environment で上書きできます。 env_file : .env env_file : - ./ ... 。 # Rails/Rack 環境変数を設定 RACK_ENV=development environment ¶ 環境変数を追加します。配列もしくは辞書形式(dict ...
https://man.plustar.jp/docker/compose/compose-file.html - [similar]
クィックスタート: Compose と WordPress 8056
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... olumes : - db_data:/var/lib/mysql restart : always environment : MYSQL_ROOT_PASSWORD : somewordpress MYSQL_DATABA ... dpress:latest ports : - "8000:80" restart : always environment : WORDPRESS_DB_HOST : db:3306 WORDPRESS_DB_USER : ...
https://man.plustar.jp/docker/compose/wordpress.html - [similar]
環境ファイル 7889
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ン・リファレンス Compose ファイル・リファレンス 参考 Environment file https://docs.docker.com/compose/env-file/ 関連 ...
https://man.plustar.jp/docker/compose/env-file.html - [similar]
リンク時の環境変数(機能修正) 7789
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ファレンス Compose ファイル・リファレンス 参考 Link environment variables (superseded) https://docs.docker.com/com ...
https://man.plustar.jp/docker/compose/link-env-deprecated.html - [similar]
Registry 設定リファレンス 7789
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... debug formatter : text fields : service : registry environment : staging hooks : - type : mail disabled : true le ... l: debug formatter: text fields: service: registry environment: staging パラメータ 必須 説明 level いいえ ログ出力 ... lient to protect against tampering. For production environments you should generate a random piece of data using ... the debug endpoint is locked down in a production environment. The debug section takes a single, required addr p ...
https://man.plustar.jp/docker/registry/configuration.html - [similar]
Riak の Docker 化 7706
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 1 autostart = true autorestart = true user = riak environment = HOME = "/var/lib/riak" stdout_logfile = /var/log ...
https://man.plustar.jp/docker/engine/examples/running_riak_service.html - [similar]
PREV 1 2 3 NEXT