HardSkills/ComputerScience
Windows에서 Docker를 깔려고 했는데 회사라 Docker Desktop을 못깐다면...?
공유는 즐거워
2024. 12. 17. 15:04
## Docker Desktop
Docker Desktop은 개인은 무료지만 회사에서는 사용할 수 없는 소프트웨어다. 그렇기에 사용하려면 CLI 버전의 docker를 깔아야하는데 이것 참 쉽지 않다..!
## 대안
'Podman' 이라는 것을 다운받자!
Podman이 뭐하는 건지 몰라도 된다.
그냥 docker desktop과 동일한 기능을 사용하여 images 다운받기, container 띄우기 등 다 할 수 있다.
docker에서 쓰던 명령어를 그냥 podman 으로 바꾸면 다 된다.
ex) podman build -t test . / podman ps
링크: Podman
Podman
Have fun coloring and learn about Podman! A decentralized team of open source container tool superheroes comes to the rescue when an asteroid storm threatens the planet. Learn about each tool—Podman, CRI-O, Buildah, Skopeo, and OpenShift—as they redesi
podman.io
vscode를 통해 extension 도 (Pod manager) 설치할 수 있으며, 거의 모든 기능이 다 된다.
CLI를 통해서 어떻게든 도커로만 깔려고했던 분들 그냥 Podman 하자
알려주신 '전업주부'님 감사합니다!