Results of 61 - 70 of about 264 for run (0.098 sec.)
トラブルシューティング 4966
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... とする時や Docker Hub からイメージの取得時( docker run hello-world )に、エラーが発生するかもしれません。 ... ll trigger a Docker daemon restart which will stop running containers. あるいは、ネットワークのタイムアウ ... トを表示するかもしれません。 bash-3.2$ docker run hello-world Unable to find image 'hello-world:late ... STATE URL SWARM DOCKER ERRORS default * virtualbox Running tcp://192.168.99.101:2376 v1.10.1 マシンを停止 ...
https://man.plustar.jp/docker/toolbox/troubleshoot.html - [similar]
コンテナ内で複数のサービスを実行 4927
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... d_process: $status " exit $status fi # Naive check runs checks once a minute to see if either of the proc ... of the heavy lifting you need to do if you want to run # more than one service in a container. The contai ... リにあるものと想定しています。 FROM ubuntu : latest RUN apt - get update && apt - get install - y supervis ... or RUN mkdir - p / var / log / supervisor COPY supervisor ...
https://man.plustar.jp/docker/config/container/logging/logging.html - [similar]
ベース・イメージの作成 4927
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要 ... c . | docker import - xenial a29c15f1bf7a $ docker run xenial cat /etc/lsb-release DISTRIB_ID = Ubuntu DI ... テナを使って、次のようにして構築できます。 $ docker run --rm -it -v $PWD :/build ubuntu:16.04 container# a ... iles hello.c 新しいイメージを実行するには、 docker run コマンドを実行します。 docker run --rm hello この例 ...
https://man.plustar.jp/docker/develop/develop-images/baseimages.html - [similar]
exec 4927
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ライン・リファレンス Dockerfile リファレンス Docker run リファレンス コマンドライン・リファレンス Docker コ ... (実験的) plugin rm (実験的) rename restart rm rmi run save search service create service inspect service ... he container before exec $ echo $? 1 例 ¶ $ docker run --name ubuntu_bash --rm -i -t ubuntu bash これは u ...
https://man.plustar.jp/docker/engine/reference/commandline/exec.html - [similar]
Docker コマンド 4927
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ライン・リファレンス Dockerfile リファレンス Docker run リファレンス コマンドライン・リファレンス Docker コ ... (実験的) plugin rm (実験的) rename restart rm rmi run save search service create service inspect service ... nts exec kill logs pause port ps rename restart rm run start stats stop top unpause update wait Hub ・レジ ...
https://man.plustar.jp/docker/engine/reference/commandline/index.html - [similar]
Docker Engine を swarm モードで動作 4927
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ) is now a manager. To add a worker to this swarm, run the following command: docker swarm join \ --token ... 2 .168.99.100:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the i ... m join-token worker To add a worker to this swarm, run the following command: docker swarm join \ --token ... join-token manager To add a worker to this swarm, run the following command: docker swarm join \ --token ...
https://man.plustar.jp/docker/engine/swarm/swarm-mode.html - [similar]
Compose を始めましょう 4878
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... format ( count ) if __name__ == "__main__" : app . run ( host = "0.0.0.0" , debug = True ) この例において ... 。 FROM python:3.4-alpine ADD . /code WORKDIR /code RUN pip install -r requirements.txt CMD [ "python" , " ... o composetest_web_1, composetest_redis_1 web_1 | * Running on http://0.0.0.0:5000/ ( Press CTRL+C to quit ... ng with stat redis_1 | 1 :M 17 Aug 22 :11:10.483 * Running mode = standalone, port = 6379 . redis_1 | 1 : ...
https://man.plustar.jp/docker/compose/gettingstarted.html - [similar]
コンテナ内で複数のサービスを実行 4878
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... d_process: $status " exit $status fi # Naive check runs checks once a minute to see if either of the proc ... of the heavy lifting you need to do if you want to run # more than one service in a container. The contai ... リにあるものと想定しています。 FROM ubuntu : latest RUN apt - get update && apt - get install - y supervis ... or RUN mkdir - p / var / log / supervisor COPY supervisor ...
https://man.plustar.jp/docker/config/container/multi-service_container.html - [similar]
build 4878
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ライン・リファレンス Dockerfile リファレンス Docker run リファレンス コマンドライン・リファレンス Docker コ ... (実験的) plugin rm (実験的) rename restart rm rmi run save search service create service inspect service ... n Step 1 : FROM busybox ---> 4986bf8c1536 Step 2 : RUN exit 13 ---> Running in e26670ec7a0a INFO [ 0000 ] ... int: https://cdn-registry-1.docker.io/v1/ Step 2 : RUN ls -lh / ---> Running in 9c9e81692ae9 total 24 drw ...
https://man.plustar.jp/docker/engine/reference/commandline/build.html - [similar]
volume ls 4878
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ライン・リファレンス Dockerfile リファレンス Docker run リファレンス コマンドライン・リファレンス Docker コ ... (実験的) plugin rm (実験的) rename restart rm rmi run save search service create service inspect service ... ng=宙ぶらりんな)ボリュームに一致します。 $ docker run -d -v tyler:/tmpwork busybox f86a7dd02898067079c99 ...
https://man.plustar.jp/docker/engine/reference/commandline/volume_ls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT