> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/cloud/cloud-devops/docker/docker_image.md).

# Docker\_Image

* 도커 컨테이너의 전 단계
  * 컨테이너를 생성하고 실행하기 위한 모든 것을 포함
  * 컨테이너 생성에 필요한 파일, 환경 변수, 명령어 등과 파일 시스템을 포함
* 자신만의 이미지를 만들거나 다른 사람이 만든 이미지를 사용할 수도 있다.
* [Dockerfile](broken://pages/37232ddec1f97defb087df92df0626ad29ed291a)을 작성하고 이미지를 빌드하는 것을 생성 가능
* 도커 이미지에는 Tag를 붙일 수 있다.
  * 하나의 이미지에 별명을 붙이는 것과 같다.
  * 이미지의 버전을 지정하기 위해 사용

{% hint style="info" %}
이미지에 태그를 붙이면 동일한 이미지에 대해 여러 버전 또는 별칭을 관리할 수 있습니다.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/cloud/cloud-devops/docker/docker_image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
