Skip to content

How to reduce time cost of initializing containers? #25975

Answered by BrightRan
JungHanter asked this question in Actions
Discussion options

You must be logged in to vote

@JungHanter,

Generally, the “Initialize containers” step mainly does the following things:

  • Pull the images (docker pull) with the specified tags to the runner machine.
  • Create the containers (docker create) and setup the required environments.
  • Startup the containers (docker start).

The “Initialize containers” step is automatically generated by GitHub Actions, and we have no methods to reduce the time it takes.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants