Updated on 2023-11-28 GMT+08:00

Deploying a Docker Application (Linux)

Install Docker on the host, log in to the remote repository, download files such as Dockerfiles, and perform operations such as build, push, and run.

Docker has been installed on the target host. Remove the Install Docker action from the template.

The related deployment action is as follows:

  1. Install Docker.
  2. Log in to the Docker image repository.
  3. Select a deployment source.
  4. Build an image.
  5. Tag the image.
  6. Upload the image to the image repository.
  7. Create and run a container.