Results of 11 - 20 of about 39 for test (0.039 sec.)
info 7940
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... service rm service scale service tasks service update start stats stop swarm init swarm join swarm leave s ... 689342-04:00 EventsListeners: 0 Http Proxy: http://test:test@localhost:8080 Https Proxy: https://test:test ...
https://man.plustar.jp/docker/engine/reference/commandline/info.html - [similar]
PostgreSQL の Docker 化 7862
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ンドで)実行します。 $ docker run --rm -P --name pg_test eg_postgresql PostgreSQL サーバに接続するには2つの ... 変数を作成します。 $ docker run --rm -t -i --link pg_test:pg eg_postgresql bash postgres@7ef98b1b7243:/$ psq ... ED STATUS PORTS NAMES 5e24362f27f6 eg_postgresql:latest /usr/lib/postgresql/ About an hour ago Up About an ... hour 0 .0.0.0:49153->5432/tcp pg_test $ psql -h localhost -p 49153 -d docker -U docker - ...
https://man.plustar.jp/docker/engine/examples/postgresql_service.html - [similar]
Docker CE の入手(CentOS 向け) 7706
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... セットアップします。 エッジ版 (edge)や テスト版 (test)リポジトリからインストールしたい場合があったとして ... 意の作業 : エッジ版 (edge)リポジトリ、 テスト版 (test)リポジトリを有効にします。 このリポジトリは上記の ... -edge $ sudo yum-config-manager --enable docker-ce-test エッジ版 リポジトリ、 テスト版 リポジトリを無効にす ... を使ったインストール ¶ Docker では get.docker.com と test.docker.com において便利なスクリプトを提供しています ...
https://man.plustar.jp/docker/engine/installation/linux/docker-ce/centos.html - [similar]
attach 7706
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... service rm service scale service tasks service update start stats stop swarm init swarm join swarm leave s ... てきても使えることが分かります。 $ docker run --name test -d -it debian 275c44472aebd77c926d4527885bb09f2f6d ... b21d878c75f0a1c212c03d3bcfab $ docker attach test $$ exit 13 exit $ echo $? 13 $ docker ps -a | grep ... test 275c44472aeb debian:7 "/bin/bash" 26 seconds ago E ...
https://man.plustar.jp/docker/engine/reference/commandline/attach.html - [similar]
Apache を認証プロキシとして使う 7706
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... irtualHost> EOF # Now, create a password file for "testuser" and "testpassword" docker run --entrypoint ht ... passwd httpd:2.4 -Bbn testuser testpassword > auth/httpd.htpasswd # Create an ... other one for "testuserpush" and "testpasswordpush" docker run --entry ... point htpasswd httpd:2.4 -Bbn testuserpush testpasswordpush >> auth/httpd.htpasswd # ...
https://man.plustar.jp/docker/registry/recipes/apache.html - [similar]
便利なスクリプトを使ったインストール 7549
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... を使ったインストール ¶ Docker では get.docker.com と test.docker.com において便利なスクリプトを提供しています ... るものです。 最新テスト版をインストールする場合は、 test.docker.com のスクリプトを利用してください。 テスト ... の各コマンドにおいて get と書かれている箇所をすべて test に置き換えてください。 警告 インターネットからスク ...
https://man.plustar.jp/docker/_includes/install-script.html - [similar]
Docker for Windows を始めよう 7471
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... world docker : Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world ... f Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your in ... buntu bash docker : Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubuntu 22e81 ... 516152 Status: Downloaded newer image for ubuntu:latest 注釈 PowerShell ISE を使用しないでください 双方向タ ...
https://man.plustar.jp/docker/docker-for-windows/index.html - [similar]
Part 4:Swarm 7471
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... lab" ID NAME IMAGE NODE DESIRED STATE jq2g3qp8nzwx test_web.1 username/repo:tag myvm1 Running 88wgshobzoxl ... test_web.2 username/repo:tag myvm2 Running vbb1qbkb0o2z ... test_web.3 username/repo:tag myvm2 Running ghii74p9budx ... test_web.4 username/repo:tag myvm1 Running 0prmarhavs87 ...
https://man.plustar.jp/docker/get-started/part4.html - [similar]
Fluentd ロギング・ドライバ 7408
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... きます。 コンテナのログ記録をテスト ¶ 設定ファイル ( test.conf ) に入力ログをダンプするよう記述します。 <sou ... $ docker run -it -p 24224 :24224 -v /path/to/conf/test.conf:/fluentd/etc -e FLUENTD_CONF = test.conf flue ... nt/fluentd:latest fluentd ロギング・ドライバを使うコンテナを更に起動 ...
https://man.plustar.jp/docker/config/container/logging/fluentd.html - [similar]
クィックスタート: Compose と Rails 7330
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... :09 public drwxr-xr-x 9 vmb staff 306 Jun 7 12 :09 test drwxr-xr-x 4 vmb staff 136 Jun 7 12 :09 tmp drwxr- ... pment : << : *default database : myapp_development test : << : *default database : myapp_test docker-compo ... sandbox/rails $ docker-compose run web rake db:create Starting rails_db_1 ... done Created database 'myapp ... _development' Created database 'myapp_test' Rails の「ようこそ」ページの確認 ¶ 以上です。 Doc ...
https://man.plustar.jp/docker/compose/rails.html - [similar]
PREV 1 2 3 4 NEXT