Menu
overnode-logoOVERNODEDocsBlog
GitHub
overnode-logoOVERNODE
  • Docs
  • Blog
  • GitHub
  • Getting Started
    • Introduction
    • Installing / Upgrading
    • Managing Cluster Nodes
    • Managing Containers
      • Workflow Essentials
      • Settings / Secrets Volume
      • Private Container Images
      • Service Discovery
      • Custom Networking
      • Rollover Upgrade
  • Pre-configured Infrastructure
    • Central Logging
    • Monitoring / Alerting
    • Weave scope dashboard
  • Files Reference
    • overnode.yml file
    • referenced .yml files
    • .env file
    • .overnodeignore file
  • CLI Reference
    • Commands List
    • - Nodes Management
      • install
      • upgrade
      • launch
      • prime
      • resume
      • connect
      • forget
    • - Containers Management
      • up
      • down
      • start
      • stop
      • restart
      • pause
      • unpause
      • kill
      • rm
      • pull
      • push
    • - Configuration Related
      • init
      • login
      • logout
      • expose
      • hide
      • dns-lookup
      • dns-add
      • dns-remove
    • - Status and Inspection
      • ps
      • logs
      • top
      • events
      • config
      • status
      • inspect
      • help
      • version

Private Container Images

The Overnode tool can pull images from private Docker Hub repositories, which require user authentication. This can be done by the login command:

> sudo overnode login --username user

A password will be prompted. Alternatively, it can be supplied via stdin or an argument.

It is also possible to define custom repository server address.

To remove all authorizations for private repositories, use the logout command:

> sudo overnode logout
Edit this page
Previous
« Settings and Secrets Volume
Next
Service Discovery »

Docs

  • Getting started
  • CLI reference

Infrastructure

  • Weave scope interactive dashboard
  • Monitoring and Alerting by Prometheus
  • Central logging with Loki

Social

  • Blog
  • GitHub
  • Discussions
Copyright © 2021 - Overnode.org