> 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_container.md).

# Docker\_Container

* 가상 환경이 구축되어 있는 하나의 박스(상자)를 의미합니다.
* 새로운 운영체제 환경을 구축할 필요 없이 분리된 프로세스처럼 작동해 더 가볍습니다.
  * VirtualBox 등 가상 머신으로 하나의 운영체제 위에 다른 운영체제 환경을 구축하는 것과 유사합니다.
* 특정한 환경을 구성하기 위해 만들어진 가상의 공간입니다.
* 도커 이미지로부터 만들어진 실행 가능한 인스턴스입니다.
  * 실행 중인 이미지를 컨테이너라고 합니다.
* 컨테이너는 도커 이미지와 사용자가 컨테이너를 시작할 때 작성하는 옵션에 의해 정의됩니다.
* 컨테이너를 실행하는 동안은 분리된 파일 시스템을 사용합니다.


---

# 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_container.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.
