0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RHEL7 DockerRegistryレジストリ構築 Enterprise Edition ~運用編~

Last updated at Posted at 2019-07-07

RHEL7 DockerRegistryレジストリ構築 Enterprise Edition ~構築編~
https://qiita.com/guttikunn/items/2f0bd6e745f182c93c45

でDockerレジストリの構築は無事終了しました。
それではDockerレジストリを使い倒しましょう。

やること

リポジトリの作成/適切な権限付与
pull/pushを行う

リポジトリ構成

image.png

・制限事項
image.png

構築手順

1.ユーザの作成
2.組織の作成
3.チームの作成
4.リポジトリの作成
5.リポジトリの割り当て
6.pull/push操作

1.ユーザの作成

image.png

6.pull/push操作

作ったレジストリにpull/pushしましょう。

$ docker tag registry.access.redhat.com/rhel7 172.17.0.1:443/giants/giants_repo1:RHEL7_1.0
$ docker push 172.17.0.1:443/giants/giants_repo1:RHEL7_1.0
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?