Results of 11 - 20 of about 26 for cat (0.030 sec.)
Docker configs を利用した設定データの保存 8298
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ocker exec $( docker ps --filter name = redis -q ) cat /my-config This is a config config を削除してみます ... ocker exec -it $(docker ps --filter name=redis -q) cat /my-config cat: can't open '/my-config': No such f ... isten 443 ssl ; server_name localhost ; ssl_certificate / run / secrets / site . crt ; ssl_certificate_ke ... y / run / secrets / site . key ; location / { root / usr / share / nginx / html ; index i ...
https://man.plustar.jp/docker/engine/swarm/configs.html - [similar]
Dockerfile のベスト・プラクティス 8067
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... hello という名前のテキストファイルに書き込むため、 cat を実行する Dockerfile を作成します。そして、ビルド ... > hello echo -e "FROM busybox\nCOPY /hello /\nRUN cat /hello" > Dockerfile docker build -t helloapp:v1 . ... atest - <<EOF FROM busybox COPY somefile.txt . RUN cat /somefile.txt EOF # 構築失敗を表示します ... Step ... t -f- . <<EOF FROM busybox COPY somefile.txt . RUN cat /somefile.txt EOF リモートのビルド・コンテクストと ...
https://man.plustar.jp/docker/develop/develop-images/dockerfile_best-practices.h... - [similar]
Chef を使う 8067
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ' port '1234:1234' command "nc -ll -p 1234 -e /bin/cat" end はじめましょう ¶ こちらの例は、最新のイメージ ...
https://man.plustar.jp/docker/engine/admin/chef.html - [similar]
レジストリ・サーバのデプロイ 7835
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... されているものとします。まずは CA から証明書(certificate)を取得します。 certs ディレクトリを作成します。 ... pwd ` /certs:/certs \ -e REGISTRY_HTTP_TLS_CERTIFICATE = /certs/domain.crt \ -e REGISTRY_HTTP_TLS_KEY = ... 証明書の発行機関は 中間証明書(intermediate certificate) を提供する場合があります。このような場合、証明書 ... を1つのファイル形式にまとめる必要があります。作業は cat コマンドで行えます。 cat domain.crt intermediate-c ...
https://man.plustar.jp/docker/registry/deploying.html - [similar]
レガシーのコンテナ・リンク機能 7604
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ng/webapp /bin/bash root@aed84ee21bde:/opt/webapp# cat /etc/hosts 172 .17.0.7 aed84ee21bde . . . 172 .17. ... ng/webapp /bin/bash root@aed84ee21bde:/opt/webapp# cat /etc/hosts 172 .17.0.7 aed84ee21bde . . . 172 .17. ...
https://man.plustar.jp/docker/network/links.html - [similar]
ベース・イメージの作成 7356
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... r import - xenial a29c15f1bf7a $ docker run xenial cat /etc/lsb-release DISTRIB_ID = Ubuntu DISTRIB_RELEA ...
https://man.plustar.jp/docker/develop/develop-images/baseimages.html - [similar]
ベース・イメージの作成 7356
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... r import - raring a29c15f1bf7a $ docker run raring cat /etc/lsb-release DISTRIB_ID = Ubuntu DISTRIB_RELEA ...
https://man.plustar.jp/docker/engine/userguide/eng-image/baseimages.html - [similar]
コンテナ・リンク機能(古い機能) 7356
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ng/webapp /bin/bash root@aed84ee21bde:/opt/webapp# cat /etc/hosts 172 .17.0.7 aed84ee21bde . . . 172 .17. ... ng/webapp /bin/bash root@aed84ee21bde:/opt/webapp# cat /etc/hosts 172 .17.0.7 aed84ee21bde . . . 172 .17. ...
https://man.plustar.jp/docker/network/default_network/dockerlinks.html - [similar]
Swarm で Compose を使う 7124
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... -t myusername/web . $ docker push myusername/web $ cat docker-compose.yml web: image: myusername/web $ do ...
https://man.plustar.jp/docker/compose/swarm.html - [similar]
マルチ CPU アーキテクチャのサポートを活用 7124
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker Hub に送信します。 $ mkdir test && cd test && cat <<EOF > Dockerfile FROM ubuntu RUN apt-get update ... me: docker.io/username/demo:latest MediaType: application/vnd.docker.distribution.manifest.list.v2+json D ... 0d96b86f585587d259583a10d5cd56edca MediaType: application/vnd.docker.distribution.manifest.v2+json Platfo ... 387666d1d526490e31845eb64e3e73ed20 MediaType: application/vnd.docker.distribution.manifest.v2+json Platfo ...
https://man.plustar.jp/docker/docker-for-mac/multi-arch.html - [similar]
PREV 1 2 3 NEXT