# Docker Without Docker - Fly.io의 기반 기술 소개

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4042](https://news.hada.io/topic?id=4042)
- GeekNews Markdown: [https://news.hada.io/topic/4042.md](https://news.hada.io/topic/4042.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-10T10:04:12+09:00
- Updated: 2021-04-10T10:04:12+09:00
- Original source: [fly.io](https://fly.io/blog/docker-without-docker/)
- Points: 10
- Comments: 2

## Topic Body

- Fly 서비스의 기반 기술 소개

ㅤ→ 앱서버를 사용자 근처의 피지컬 서버에 두어서 속도를 빠르게 하는 anti-클라우드 스타일의 서비스

ㅤ→ Docker 이미지를 가져와서 Firecracker micro-VM으로 변환(transmogrify) 해서 베어메탈에서 실행

ㅤ→ 도커이미지만 준비하면 사용자 근처의 Edge서버에서 실행해서 빠른 속도를 보장

- OCI 이미지(실제론 그냥 tarball)와 manifest를 직접 다운

- 자신들의 Docker Registry 를 호스팅 : 사용자가 OCI이미지를 업로드(flyctl)

Fly를 만든 두가지 아이디어

- Docker 이미지를 엣지서버에서 실행

- BGP4 Anycast 를 이용한 CDN (이 부분은 차후 공개한다고)

## Comments



### Comment 4832

- Author: xguru
- Created: 2021-04-10T10:56:40+09:00
- Points: 1

Fly.io 는 Y Combinator W20 배치 스타트업입니다.

https://www.ycombinator.com/companies/fly-io

### Comment 4830

- Author: xguru
- Created: 2021-04-10T10:04:15+09:00
- Points: 1

BGP는 안전한가요? https://news.hada.io/topic?id=1932
