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


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

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

やること

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

リポジトリ構成

・制限事項

構築手順

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

1.ユーザの作成

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