Results of 1 - 5 of about 5 for testuser (0.016 sec.)
ユーザ名前空間でコンテナを分離 12685
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... 以下のような /etc/subuid のエントリを考えましょう。 testuser : 231072 : 65536 上の意味は testuser のサブ ID を ... これを確認するには、 id コマンドを使います。 $ id testuser uid = 1001 ( testuser ) gid = 1001 ( testuser ) gr ... oups = 1001 ( testuser ) 名前空間の再割り当てがホスト上において処理される ... す。 たとえば以下のようなエントリがあったとします。 testuser : 231072 : 65536 上が意味することは以下のとおりです ...
https://man.plustar.jp/docker/engine/security/userns-remap.html - [similar]
Docker デーモンをルート以外のユーザで実行(Rootless モード) 9284
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... UID/GID を 65,536 含むべきです。以下の例は、ユーザ testuser は 65,546 サブオーディネイト UID/GID (231072~296 ... 607)を持っています。 $ id -u 1001 $ whoami testuser $ grep ^ $( whoami ) : /etc/subuid testuser:231072 ... :65536 $ grep ^ $( whoami ) : /etc/subgid testuser:231072:65536 ディストリビューション固有のヒント ¶ ... | sh ... # Docker binaries are installed in /home/testuser/bin # WARN: dockerd is not in your current PATH or ...
https://man.plustar.jp/docker/engine/security/rootless.html - [similar]
Apache を認証プロキシとして使う 8218
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... irtualHost> EOF # Now, create a password file for "testuser" and "testpassword" docker run --entrypoint htpass ... wd httpd:2.4 -Bbn testuser testpassword > auth/httpd.htpasswd # Create anothe ... r one for "testuserpush" and "testpasswordpush" docker run --entrypoin ... t htpasswd httpd:2.4 -Bbn testuserpush testpasswordpush >> auth/httpd.htpasswd # Crea ...
https://man.plustar.jp/docker/registry/recipes/apache.html - [similar]
Nginx を認証プロキシとして使う 8218
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... \$scheme; proxy_read_timeout 900; } } } EOF 次は「testuser」と「testpassword」を使うパスワード・ファイルを作成 ... cker run --rm --entrypoint htpasswd registry:2 -bn testuser testpassword > auth/nginx.htpasswd 証明書用のファイ ... compose up -d 「push」するために認証されたユーザ( testuserpush と testpasswordpush を使います)でログインしま ... メージをタグ付けして push します。 docker login -p = testuser -u = testpassword -e = root@example.ch myregistryd ...
https://man.plustar.jp/docker/registry/recipes/nginx.html - [similar]
レジストリ・サーバのデプロイ 7501
Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ ... ります。 まずはパスワード・ファイルを作成し、ユーザ「testuser」、パスワード「testpassword」のエントリを1行追加しま ... h docker run --entrypoint htpasswd registry:2 -Bbn testuser testpassword > auth/htpasswd 次の手順に進む前に、レ ...
https://man.plustar.jp/docker/registry/deploying.html - [similar]
PREV 1 NEXT