CLOUD PAAS / CONTAINERS

Docker Engine Deployment

This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.

Click or tap a screenshot to view it at its original size.

Objective

This guide explains how to use Docker Engine Deployment on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.

Before you begin

  • Sign in with an account permitted to manage the relevant environment.
  • Confirm the target environment, region and resources before saving changes.
  • Create a backup or rollback plan before changing a production system.

Ruk-Com Cloud PaaS SupportDocker Engine Community EditionIt is fully interoperable like the original Docker system. This integration allows Ruk-Com Cloud to leverage the core tools of Docker container technology, including:

  • Docker Engine- Dockerfile processing steps display or launch the created image container.
  • Docker Registry- Store and provide private/public access to images Many to install within Docker Engine
  • Docker Compose- Helps to compile multi-component applications and configure them all into a single file.
  • Docker Swarm- Multiple independent Docker nodes connected together to form a cluster.

1.Docker Engine CEIt is a ready-made program available through the Ruk-Com Cloud Marketplace. You can find the package in the category.Dev & Admin Tools:

Ruk-Com Cloud PaaS procedure screenshot
Ruk-Com Cloud PaaS procedure screenshot
Tip: You can install Docker Engine CE through the topology wizard in the Extra Services section.

2. When installing from the Marketplace, you can select your desired version of Docker from a list of options and choose different deployment options to automate common operations:

  • Build a standalone engine- Set up an empty node with the Docker daemon inside. Or you can install an additional Portainer UI, web-based management tool.
  • Connect to existing swarm cluster- New Docker Engine integrationDocker Swarmavailable automatically (Choose the appropriate cluster using a combination of token and Host IP)
  • Install container from compose.yml- Automated application deployment from custom repositories
Ruk-Com Cloud PaaS procedure screenshot
Confirm installation by entering general information. (Environment, Display Name, Region) and click the Install button.

You can learn more aboutInstallationandmanagementDocker Engine CE through the relevant blog articles at the attached links.