Containerization और Virtualization अवधारणाएँ
Julia Ostheimer
Freelance AI Consultant


| Docker instruction | विवरण |
|---|---|
FROM |
जिस इमेज पर बिल्ड करना है, उसे परिभाषित करता है. |
COPY |
फाइलें या डायरेक्टरी को कंटेनर में कॉपी करता है. |
RUN |
कंटेनर के अंदर कमांड चलाता है. |
ENTRYPOINT |
कंटेनर का डिफॉल्ट व्यवहार तय करता है. |
| Docker command | विवरण |
|---|---|
docker build <context> |
Dockerfile के आधार पर Docker इमेज बनाता है. |
docker run <name_of_image> |
Docker इमेज के आधार पर Docker कंटेनर चलाता है. |


DONEIntroduction to Containerization and VirtualizationUPCOMINGIntroduction to DockerContainerization और Virtualization अवधारणाएँ