Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.61 KB

INSTALL.dockerhub.rst

File metadata and controls

41 lines (32 loc) · 1.61 KB

Setup Docker Hub repositories

  1. Link GitHub account with Docker Hub at Account Settings -> Linked Accounts For Automated Builds ( https://hub.docker.com/settings/linked-accounts )

  2. Setup Docker Hub "core" repository with automated builds:

    1. Open https://hub.docker.com/

    2. Click "Create Repository" button

    3. Fill in "Create Repository" form (at https://hub.docker.com/repository/create?namespace=thenewboston )

      1. Name: core
      2. Visibility: Public
      3. Build Settings: click at GitHub icon
      4. GitHub repository: thenewboston-developers/Core
      5. [correct by default] Source Type: Branch
      6. [correct by default] Source: master
      7. [correct by default] Docker Tag: latest
      8. [correct by default] Dockerfile location: Dockerfile
      9. [correct by default] Build Caching: Yes
    4. Click "Create & Build"

  3. Setup Docker Hub "core-reverse-proxy" repository with automated builds:

    1. Open https://hub.docker.com/

    2. Click "Create Repository" button

    3. Fill in "Create Repository" form (at https://hub.docker.com/repository/create?namespace=thenewboston )

      1. Name: core-reverse-proxy
      2. Visibility: Public
      3. Build Settings: click at GitHub icon
      4. GitHub repository: thenewboston-developers/Core
      5. [correct by default] Source Type: Branch
      6. [correct by default] Source: master
      7. [correct by default] Docker Tag: latest
      8. Dockerfile location: Dockerfile-reverse-proxy
      9. [correct by default] Build Caching: Yes
    4. Click "Create & Build"