2장. 3scale toolbox 사용

3scale toolbox 는 명령줄에서 3scale 제품을 관리할 수 있는 Ruby 클라이언트입니다.

중요

3scale toolbox는 모든 API를 Product(APIaP) 기능을 지원하지 않습니다. 자세한 내용은 3scale 릴리스 노트의 알려진 문제를 참조하십시오.

2.1. toolbox 설치

공식적으로 지원되는 3scale toolbox 설치 방법은 3scale toolbox 컨테이너 이미지를 사용하는 것입니다.

2.1.1. toolbox 컨테이너 이미지 설치

사전 요구 사항

절차

  1. Red Hat 컨테이너 레지스트리에 로그인합니다.

    $ docker login registry.redhat.io
    Username: ${REGISTRY-SERVICE-ACCOUNT-USERNAME}
    Password: ${REGISTRY-SERVICE-ACCOUNT-PASSWORD}
    Login Succeeded!
  2. toolbox 컨테이너 이미지를 가져옵니다.

    $ docker pull registry.redhat.io/3scale-amp2/toolbox-rhel7:3scale2.7
  3. 설치를 확인합니다.

    $ docker run registry.redhat.io/3scale-amp2/toolbox-rhel7:3scale2.7 3scale help

추가 리소스

2.1.2. 지원되지 않는 toolbox 버전 설치