Results of 1 - 10 of about 78 for COMMAND (0.013 sec.)
ps 15207
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ンテナを表示します。 $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4c01db0b339c ubuntu:12. ... ocker ps --filter "label=color" CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 673394ef1d4c busybox "t ... ps --filter "label=color=blue" CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d85756f57265 busybox "t ... ilter "name=nostalgic_stallman" CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9b6247364a03 busybox "t ...
https://man.plustar.jp/docker/engine/reference/commandline/ps.html - [similar]
Dockerfile リファレンス 9931
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... e_version RUN ¶ RUN には2つの形式があります。 RUN <command> (シェル形式、コマンドはシェル内で実行される、シェ ... ] ( ENTRYPOINT のデフォルト・パラメータとして) CMD command param1 param2 (シェル形式) Dockerfile では CMD 命令 ... するコマンドを指定します。 シェル形式を用いる場合、 <command> は /bin/sh -c の中で実行されます。 FROM ubuntu CM ... D echo "This is a test." | wc - <command> をシェル実行することなく実行 したい場合は、そのコ ...
https://man.plustar.jp/docker/engine/reference/builder.html - [similar]
service ls 9807
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ます。 マネージャ・ノード上: ID NAME REPLICAS IMAGE COMMAND c8wgl7q4ndfd frontend 5 /5 nginx:alpine dmu1ept4cx ... er service ls -f "id=0bcjw" ID NAME REPLICAS IMAGE COMMAND 0bcjwfh8ychr redis 1 /1 redis:3.0.6 label ¶ label ... ls --filter label = project ID NAME REPLICAS IMAGE COMMAND 01sl1rp6nj5u frontend2 1 /1 nginx:alpine 36xvvwwau ... label = project = project-a ID NAME REPLICAS IMAGE COMMAND 36xvvwwauej0 frontend 5 /5 nginx:alpine 74nzcxxjv6 ...
https://man.plustar.jp/docker/engine/reference/commandline/service_ls.html - [similar]
env 9807
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... DOCKER_MACHINE_NAME = dev $ # If you run a docker command, now it will run against that host. $ eval " $( do ... 76 ; set -x DOCKER_MACHINE_NAME overlay # Run this command to configure your shell: # eval "$(docker-machine ... \dev" $Env :DOCKER_MACHINE_NAME = "dev" # Run this command to configure your shell: # docker-machine.exe env ... nes \d ev set DOCKER_MACHINE_NAME = dev # Run this command to configure your shell: copy and paste the above ...
https://man.plustar.jp/docker/machine/reference/env.html - [similar]
Swarm フィルタ 9559
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ://<manager_ip:manager_port> ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f8b693db9cd6 mysql:late ... ://<manager_ip:manager_port> ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 963841b138d8 nginx:late ... ://<manager_ip:manager_port> ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 87c4376856a8 nginx:late ... ://<manager_ip:manager_port> ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 87c4376856a8 nginx:late ...
https://man.plustar.jp/docker/swarm/scheduler/filter.html - [similar]
ファイル間、プロジェクト間での Compose 設定の共有 8581
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... orts : - 8883:80 environment : DEBUG : 'true' db : command : '-d' ports : - 5432:5432 cache : ports : - 6379: ... webapp : extends : file : common.yml service : app command : /code/run_web_app ports : - 8080:8080 links : - ... worker : extends : file : common.yml service : app command : /code/run_worker links : - queue 設定の追加と上書 ... 1 つの値しか持たないオプション、たとえば image 、 command 、 mem_limit のようなものは、古い値が新しい値に置き ...
https://man.plustar.jp/docker/compose/extends.html - [similar]
Docker Swarm の入手方法 8581
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... er image for swarm:latest Usage: swarm [ OPTIONS ] COMMAND [ arg... ] A Docker-native clustering system Versi ... help, -h show help --version, -v print the version Commands: create, c Create a cluster list, l List nodes in ... n, j join a docker cluster help, h Shows a list of commands or help for one command Run 'swarm COMMAND --help ... ' for more information on a command. この例では swarm イメージが Engine ホスト上に存在 ...
https://man.plustar.jp/docker/swarm/get-swarm.html - [similar]
commit 8457
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... R です。 コンテナのコミット ¶ $ docker ps ID IMAGE COMMAND CREATED STATUS PORTS c3f279d17e0a ubuntu:12.04 /bi ... しい設定でコンテナをコミット ¶ $ docker ps ID IMAGE COMMAND CREATED STATUS PORTS c3f279d17e0a ubuntu:12.04 /bi ... SE 命令でコンテナをコミット ¶ $ docker ps ID IMAGE COMMAND CREATED STATUS PORTS c3f279d17e0a ubuntu:12.04 /bi ... 07da250e999f3f1036e0db60817c0 $ docker ps ID IMAGE COMMAND CREATED STATUS PORTS 89373736e2e7 testimage:versio ...
https://man.plustar.jp/docker/engine/reference/commandline/commit.html - [similar]
docker-compose top 8209
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... cker-compose top compose_service_a_1 PID USER TIME COMMAND ---------------------------- 4060 root 0 :00 top c ... ompose_service_b_1 PID USER TIME COMMAND ---------------------------- 4115 root 0 :00 top 参 ...
https://man.plustar.jp/docker/compose/reference/top.html - [similar]
PostgreSQL の Docker 化 8209
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... n`` # after each ``apt-get`` # Run the rest of the commands as the ``postgres`` user created by the ``postgre ... `docker`` role. # Note: here we use ``&&\`` to run commands one after the other - the ``\`` # allows the RUN ... ines. RUN /etc/init.d/postgresql start && \ psql --command "CREATE USER docker WITH SUPERUSER PASSWORD 'docke ... resql" , "/var/lib/postgresql" ] # Set the default command to run when starting the container CMD [ "/usr/lib ...
https://man.plustar.jp/docker/engine/examples/postgresql_service.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT