nerdexam
GitHub

GITHUB-ACTIONS · Question #1

You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)

The correct answer is A. The self-hosted runner is running a Linux operating system. C. Docker is installed on the self-hosted runner.. While Docker can run on various operating systems, Linux is often the most common and preferred OS for containerized workloads. Docker works well on Linux and is a widely-used platform for running containers. For container jobs to run on a self-hosted runner, Docker must be insta

Configure and manage self-hosted runners

Question

You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)

Options

  • AThe self-hosted runner is running a Linux operating system.
  • BThe self-hosted runner is running a Windows operating system.
  • CDocker is installed on the self-hosted runner.
  • DKubernetes is installed on the self-hosted runner.
  • EThe service status of Kubernetes is "active".

How the community answered

(25 responses)
  • A
    88% (22)
  • B
    4% (1)
  • D
    8% (2)

Explanation

While Docker can run on various operating systems, Linux is often the most common and preferred OS for containerized workloads. Docker works well on Linux and is a widely-used platform for running containers. For container jobs to run on a self-hosted runner, Docker must be installed and properly configured on the runner. Docker is required to build and run containerized workloads in a GitHub Actions workflow.

Topics

#self-hosted runners#container jobs#Docker#Linux requirements

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice