Skip to main content

Docker Deployment

Use Case: An environment isolated from the host

1. Environment Setup

  • Install Docker and Docker Compose
  • Refer to PC-Side Deployment, Sections 1 and 2, to complete the Ethernet connection and update the robot's embosa_ip_config.json as needed

2. Pull the Image

Example:

docker pull galbot/galbot_sdk:1.8.0

Replace the version in galbot_sdk:1.8.0 according to the release you need.

3. Start the Container

Go to the docker directory inside the SDK deliverable and run the start script:

cd GalbotSDK/docker
./run.sh

The SDK shared libraries and runtime environment are already installed inside the container.