Results of 11 - 20 of about 146 for Version (0.041 sec.)
Compose ファイル・リファレンス 7043
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 、 db と redis も作成・起動します。 簡単なサンプル: version: '2' services: web: build: . depends_on: - db - re ... トワーク上では db または mysql として到達できます。 version : '2' services : web : build : ./web networks : - ... ライバ・オプションを true にする必要があります。 例: version : '2' services : app : image : busybox command : i ... 、それを db サービスのコンテナの中にマウントします。 version : '2' services : db : image : postgres volumes : - ...
https://man.plustar.jp/docker/compose/compose-file.html - [similar]
images 6961
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... in swarm leave swarm update tag top unpause update version volume create volume inspect volume ls volume rm w ... 致する場合に表示します。 次のフィルタは com.example.version に一致するラベルだけでなく、その値にも適用されます ... 。 $ docker images --filter "label=com.example.version" REPOSITORY TAG IMAGE ID CREATED SIZE match-me-1 l ... a minute ago 188 .3 MB 次のフィルタは com.example.version ラベルと 1.0 値に一致するイメージを表示します。 $ ...
https://man.plustar.jp/docker/engine/reference/commandline/images.html - [similar]
レジストリをソースからビルド 6961
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... を以下の場所に設置します。 $ $GOPATH /bin/registry --version $GOPATH /bin/registry github.com/docker/distributi ... ping app.id = 34bbec38-a91a-494a-9a3f-b72f9010081f version = v2.0.0-alpha.1+unknown INFO [ 0000 ] endpoint lo ... ping app.id = 34bbec38-a91a-494a-9a3f-b72f9010081f version = v2.0.0-alpha.1+unknown INFO [ 0000 ] listening o ... 5000 app.id = 34bbec38-a91a-494a-9a3f-b72f9010081f version = v2.0.0-alpha.1+unknown INFO [ 0000 ] debug serve ...
https://man.plustar.jp/docker/registry/recipes/building.html - [similar]
Dockerfile リファレンス 6702
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... は、初出の FROM 命令よりも前に記述します。 ARG CODE_VERSION = latest FROM base:${CODE_VERSION} CMD /code/run-a ... pp FROM extras:${CODE_VERSION} CMD /code/run-extras FROM よりも前に宣言されている ... て ARG 命令を、値を設定することなく利用します。 ARG VERSION = latest FROM busybox:$VERSION ARG VERSION RUN ech ... o $VERSION > image_version RUN ¶ RUN には2つの形式があります。 ...
https://man.plustar.jp/docker/engine/reference/builder.html - [similar]
node inspect 6702
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... in swarm leave swarm update tag top unpause update version volume create volume inspect volume ls volume rm w ... nspect swarm-manager [ { "ID" : "0gac67oclbxq7" , "Version" : { "Index" : 2028 } , "CreatedAt" : "2016-06-06T ... "MemoryBytes" : 1044250624 } , "Engine" : { "EngineVersion" : "1.12.0" , "Labels" : { "provider" : "virtualbo ... , bridge, null, host, overlay Volume: local Engine Version: 1 .12.0 関連情報 ¶ node update node tasks node ls ...
https://man.plustar.jp/docker/engine/reference/commandline/node_inspect.html - [similar]
swarm - Docker ネイティブのクラスタリング・システム 6702
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... にします。 --help または -h : ヘルプを表示します。 --version または -v : バージョン情報を表示します。例: $ dock ... er run swarm --version swarm version 1.1.0 (a0fd82b) コマンド ¶ swarm コマ ...
https://man.plustar.jp/docker/swarm/reference/swarm.html - [similar]
Compose における環境変数 6608
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ます。 $ cat .env TAG=v1.5 $ cat docker-compose.yml version: '3' services: web: image: "webapp:${TAG}" docker- ... 設定を端末画面に出力します。 $ docker-compose config version: '3' services: web: image: 'webapp:v1.5' シェル内に ... なります。 $ export TAG=v2.0 $ docker-compose config version: '3' services: web: image: 'webapp:v2.0' environme ... api/api.env NODE_ENV=test $ cat docker-compose.yml version: '3' services: api: image: 'node:6-alpine' env_fil ...
https://man.plustar.jp/docker/compose/environment-variables.html - [similar]
コマンドライン・リファレンス 6608
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 境変数 COMPOSE_PROJECT_NAME COMPOSE_FILE COMPOSE_API_VERSION DOCKER_HOST DOCKER_TLS_VERIFY DOCKER_CERT_PATH COM ... POSE_HTTP_TIMEOUT COMPOSE_TLS_VERSION COMPOSE_CONVERT_WINDOWS_PATHS COMPOSE_PATH_SEPARAT ...
https://man.plustar.jp/docker/compose/reference/toc.html - [similar]
service inspect 6525
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... in swarm leave swarm update tag top unpause update version volume create volume inspect volume ls volume rm w ... ct redis [ { "ID" : "dmu1ept4cxcfe8k8lhtux3ro3" , "Version" : { "Index" : 12 } , "CreatedAt" : "2016-06-17T18 ... ept4cxcf [ { "ID" : "dmu1ept4cxcfe8k8lhtux3ro3" , "Version" : { "Index" : 12 } , ... } ] 読みやすい形式でサー ...
https://man.plustar.jp/docker/engine/reference/commandline/service_inspect.html - [similar]
plugin ls (実験的) 6443
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... in swarm leave swarm update tag top unpause update version volume create volume inspect volume ls volume rm w ... ンストールできます。 出力例: $ docker plugin ls NAME VERSION ACTIVE tiborvass/no-remove latest true 関連情報 ¶ ...
https://man.plustar.jp/docker/engine/reference/commandline/plugin_ls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT