Results of 1 - 10 of about 21 for tmp (0.038 sec.)
CFEngine でプロセス管理 13361
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ub.com/estenberg/cfe-docker/archive/master.zip -P /tmp/ && unzip /tmp/master.zip -d /tmp/ RUN cp /tmp/cfe ... r-master/cfengine/bin/* /var/cfengine/bin/ RUN cp /tmp/cfe-docker-master/cfengine/inputs/* /var/cfengine/ ... inputs/ RUN rm -rf /tmp/cfe-docker-master /tmp/master.zip # apache2 and op ...
https://man.plustar.jp/docker/engine/admin/cfengine_process_management.html - [similar]
Docker Swarm ディスカバリ 11348
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 手法を使う例です。 $ echo "10.0.0.[11:100]:2375" >> /tmp/my_cluster $ echo "10.0.1.[15:20]:2375" >> /tmp/my ... _cluster $ echo "192.168.1.2:[2:20]375" >> /tmp/my_cluster あるいはノードの直接指定でディスカバリす ... warm manage -H tcp://<swarm_ip:swarm_port> file:///tmp/my_cluster 通常の Docker コマンドを使います。 dock ... タ上のノード一覧を表示します。 $ swarm list file:///tmp/my_cluster <node_ip1:2375> <node_ip2:2375> <node_i ...
https://man.plustar.jp/docker/swarm/discovery.html - [similar]
Docker メトリクスを Prometheus で収集 10959
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... が必要。 以下の設定ファイルを、(Linux か Mac は) /tmp/prometheus.yml に保存するか、(WIndows は) C:\tmp ... name my-prometheus \ --mount type = bind,source = /tmp/prometheus.yml,destination = /etc/prometheus/prome ... name my-prometheus \ --mount type = bind,source = /tmp/prometheus.yml,destination = /etc/prometheus/prome ... name my-prometheus --mount type = bind,source = C:/tmp/prometheus.yml,destination = /etc/prometheus/prome ...
https://man.plustar.jp/docker/config/daemon/prometheus.html - [similar]
Docker Machine のインストール 9945
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 12.2/docker-machine- ` uname -s ` - ` uname -m ` >/tmp/docker-machine && chmod +x /tmp/docker-machine && ... sudo cp /tmp/docker-machine /usr/local/bin/docker-machine Windo ...
https://man.plustar.jp/docker/machine/install-machine.html - [similar]
exec 9150
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ンを開始します。 $ docker exec -d ubuntu_bash touch /tmp/execWorks こちらは実行中の ubuntu_bash コンテナ内で ... 、新しいファイル /tmp/execWorks をバックグラウンドで作成します。 $ docke ...
https://man.plustar.jp/docker/engine/reference/commandline/exec.html - [similar]
ログとトラブルシューティング 8744
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 診断 ID を含む出力になります。 Diagnostics Bundle: /tmp/B8CF8400-47B3-4068-ADA4-3BBDCE3985D9/2019072614361 ... 9/20190726143610 ( uploaded ) Diagnostics Bundle: /tmp/BE9AFAAF-F68B-41D0-9D12-84760E6B8740/2019090515205 ... の内容を表示するには、次のように実行します。 $ open /tmp/BE9AFAAF-F68B-41D0-9D12-84760E6B8740/2019090515205 ... o --style syslog --last 1d --predicate " $pred " >/tmp/logs.txt アプリケーション上で ¶ Mac には "Console" ...
https://man.plustar.jp/docker/docker-for-mac/troubleshoot.html - [similar]
クィックスタート: Compose と Rails 8541
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 2 :09 test drwxr-xr-x 4 vmb staff 136 Jun 7 12 :09 tmp drwxr-xr-x 3 vmb staff 102 Jun 7 12 :09 vendor Lin ... web_1 | A server is already running. Check /myapp/tmp/pids/server.pid. このエラーを解決するには、 tmp/pi ...
https://man.plustar.jp/docker/compose/rails.html - [similar]
PostgreSQL の Docker 化 8541
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... roc run sys usr dev home lib64 media opt root sbin tmp var / # ls /etc/postgresql/9.3/main/ environment p ... tgresql.conf pg_ctl.conf pg_ident.conf start.conf /tmp # ls /var/log ldconfig postgresql 参考 Dockerizing ...
https://man.plustar.jp/docker/engine/examples/postgresql_service.html - [similar]
用語集 8541
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... エントリーポイントを /bin/ls に置き換え、 CMD を -l /tmp に指定します。 $ docker run --entrypoint = /bin/ls ... ubuntu -l /tmp CMD は ENTRYPOINT に追加されます。 ENTRYPOINT で利 ... あとに追加するだけです。次の例は CMD を /bin/ls -l /tmp に上書きします。 $ docker run ubuntu /bin/ls -l /t ...
https://man.plustar.jp/docker/glossary.html - [similar]
Dockerfile のベスト・プラクティス 8338
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... Y somefile.txt . COPY failed: stat /var/lib/docker/tmp/docker-builder249218248/somefile.txt: no such file ... ップは再実行されます)。 例: COPY requirements.txt /tmp/ RUN pip install /tmp/requirements.txt COPY . /tmp ... / RUN コマンドのステップより前に COPY . /tmp/ を実行していたとしたら、それに比べて上の例はキャッ ...
https://man.plustar.jp/docker/develop/develop-images/dockerfile_best-practices.h... - [similar]
PREV 1 2 3 NEXT