automation-suite
2024.10
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2025年11月6日

外部レジストリーのエンコードされたpull_secret_valueを生成する方法

Yo can generate the base64 encoded pull_secret_value using either Docker or Podman. Follow the steps below based on your tool of choice.
  • Using Docker:
    1. Log in to the external registry using the following command. Make sure to replace <registry_url> with the URL of the external registry (for example, my.registry.io):
      docker login <registry_url>docker login <registry_url>
      
    2. Generate the base64 encoded string of your Docker configuration .json file using the following command:
      cat ~/.docker/config.json | base64 -w0cat ~/.docker/config.json | base64 -w0
      
  • Using Podman:
    1. Log in to the external registry using the following command. Make sure to replace <registry_url> with the URL of the external registry (for example, my.registry.io):
      podman login <registry_url>podman login <registry_url>
    2. Generate the base64 encoded string of your Podman configuration .json file using the following command:
      cat ~/.config/containers/auth.json | base64 -w0cat ~/.config/containers/auth.json | base64 -w0
      

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.