Launch a Separate Instance:
Deploy a distinct instance where Docker installation is supported, ensuring it resides within the same subnet as the existing Nexus box. Both the new instance and the Nexus instance should establish communication over the private IP.
Docker Installation:
Install Docker on the newly created instance, adhering to system requirements.
Configuration Setting:
Execute the following command on the newly created instance:
export SKIP_MIGRATION_FILESYSTEM_CHECK=true
This will skip checking the filesystem while initiating the migration
Migration Tool Configuration:
During the execution of the migration tool, be diligent in utilizing the private IP of the Nexus instance when providing configuration information for the Nexus Server.
Following these initial steps, further documentation can be referred to for subsequent stages of the migration process.
It is imperative to acknowledge that while these steps address the situation, it is not the recommended approach due to potential network slowness. We provide these guidelines considering the current limitations in order to navigate scenarios where Docker installation on the Nexus host is not a viable option.
Deploy a distinct instance where Docker installation is supported, ensuring it resides within the same subnet as the existing Nexus box. Both the new instance and the Nexus instance should establish communication over the private IP.
Docker Installation:
Install Docker on the newly created instance, adhering to system requirements.
Configuration Setting:
Execute the following command on the newly created instance:
export SKIP_MIGRATION_FILESYSTEM_CHECK=true
This will skip checking the filesystem while initiating the migration
Migration Tool Configuration:
During the execution of the migration tool, be diligent in utilizing the private IP of the Nexus instance when providing configuration information for the Nexus Server.
Following these initial steps, further documentation can be referred to for subsequent stages of the migration process.
It is imperative to acknowledge that while these steps address the situation, it is not the recommended approach due to potential network slowness. We provide these guidelines considering the current limitations in order to navigate scenarios where Docker installation on the Nexus host is not a viable option.