Migrate to cloud: Integrate the Docker SDK

Edit on GitHub

To start migrating from the on-prem system to SCCOS, the first thing you need to do is to integrate the Docker SDK. To integrate the Docker SDK, follow these steps.

Prerequisites

Make sure you have met the installation prerequisites as detailed in the installation prerequisites guide.

1. Integrate the Docker SDK

To facilitate local development and SCCOS deployment, you have to integrate the Docker SDK into your project. Be sure to select the appropriate version of Docker SDK as described in Choosing a Docker SDK version.

2. Running the project on Docker

To run your project on a local machine using the Docker SDK, refer to the Docker SDK quick start guide. Additionally, prepare the necessary deployment files for both local and remote environments. You can use public Demo Shops as references. For example, check out the deploy file of the B2B public Demo Shop. Once you have successfully integrated the Docker SDK and defined your deploy files, create the installation recipes for deployment pipelines. Assuming all the preceding integration steps have been executed, your application should be bootable on a local machine with minimal data imported, making it ready for deployment to one of the demo environments.

Next step

Step 2: Upgrade the PHP version