# Unregistry – Registry 없이 Server 직접 docker push하게 해주는 프로젝트

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=21535](https://news.hada.io/topic?id=21535)
- GeekNews Markdown: [https://news.hada.io/topic/21535.md](https://news.hada.io/topic/21535.md)
- Type: news
- Author: [laeyoung](https://news.hada.io/@laeyoung)
- Published: 2025-06-19T11:15:34+09:00
- Updated: 2025-06-19T11:15:34+09:00
- Original source: [github.com/psviderski](https://github.com/psviderski/unregistry)
- Points: 16
- Comments: 3

## Summary

**Unregistry**는 별도의 **Docker Registry** 없이 서버로 직접 이미지를 전송하는 기능을 제공합니다. 이 프로젝트는 **누락/변경 Layer만 선택적으로 푸시**하여 개발 및 배포 효율성을 높입니다. 간단한 커맨드로 **직접 이미지 전송**이 가능해, 빌드 및 인프라 관리에 실질적인 변화를 가져옵니다.

## Topic Body

- Docker Registry 없이 바로 Server에 Docker image를 push 할 수 있게 해주는 프로젝트  
- 누락되거나 변경된 Layer만 push 할 수 있는 기능을 제공  
- 사용법 예시: `docker pussh myapp:latest user@server`  
  
  
[원본 HN글 - Unregistry – “docker push” directly to servers without a registry](https://news.ycombinator.com/item?id=44314085)

## Comments



### Comment 40356

- Author: nemorize
- Created: 2025-06-19T16:26:27+09:00
- Points: 1

pussh 빼고 다 괜찮아 보이네요ㅋㅋ 너무 오타같아요..

### Comment 40341

- Author: jigreg
- Created: 2025-06-19T14:00:17+09:00
- Points: 1

오 개인 테스트할 때 항상 도커허브에 푸쉬하고 풀 받게 했었는데 재밌는 프로젝트네요. 한번 사용해봐야겠네요.

### Comment 40333

- Author: tequila
- Created: 2025-06-19T13:08:49+09:00
- Points: 1

이거 꽤 좋은 아이디어네요.. 도커 허브를 쓰거나 self hosted 레지스트리를 이용하는 게 일반적이지만  
관리 포인트가 늘고 고정 비용도 늘어나는 문제가 있어서..  
자잘한 서비스를 많이 운영하는 작은 스튜디오나 개인은 관리가 좀 번거롭다고 생각해요.  
첫 릴리즈가 반나절도 지나지 않은 정말 따끈따끈한 프로젝트이긴하지만 한번 이용해봐야겠다는 생각이 들었네요  
재밌는 소개 감사합니다.
