# Docker에서 Podman으로 이관하기 (맥/윈)

> Clean Markdown view of GeekNews topic #4953. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4953](https://news.hada.io/topic?id=4953)
- GeekNews Markdown: [https://news.hada.io/topic/4953.md](https://news.hada.io/topic/4953.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-05T09:11:38+09:00
- Updated: 2021-09-05T09:11:38+09:00
- Original source: [marcusnoble.co.uk](https://marcusnoble.co.uk/2021-09-01-migrating-from-docker-to-podman/)
- Points: 8
- Comments: 1

## Topic Body

- 맥은 brew , 윈도우는 WSL2 이용

- docker machine 과 같은 podman machine 명령으로 VM을 생성

> brew install podman

> podman machine init / start

> alias docker=podman

- M1 에서는 qemu 를 이용(아직 불안정할 수 있음)

- GUI관리자는 podman-macos 이용 (태스크바 유틸)

ㅤ→ M1은 아직 개발중

## Comments



### Comment 6674

- Author: xguru
- Created: 2021-09-05T09:11:44+09:00
- Points: 2

Docker Desktop 유료화 때문에 일어나는 일들이네요

- Docker Desktop 이제 250+명 회사에서 사용시엔 유료 https://news.hada.io/topic?id=4927

개인 사용자 경우에는 문제 없겠지만, 유료화 이슈인지라 조금 민감?하게 반응 하는듯

리눅스에서 전환하는 것은 예전에 Redhat 에 올라온 글이 공유된 적 있습니다.

- Docker에서 Podman으로 전환하기 https://news.hada.io/topic?id=3241
