Repository: progrium/registrator Branch: master Commit: b8bce604f0f4 Files: 2 Total size: 262 B Directory structure: gitextract_c1k27eop/ ├── Dockerfile └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: Dockerfile ================================================ FROM alpine ENTRYPOINT ["/bin/sh", "-c", "echo -e $MESSAGE; exit 1"] ENV MESSAGE "!! Registrator has moved. Please use gliderlabs/registrator.\n!! More info: http://gliderlabs.com/registrator" ================================================ FILE: README.md ================================================ ## [Registrator has moved](http://github.com/gliderlabs/registrator)
gitextract_c1k27eop/ ├── Dockerfile └── README.md
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (0K chars).
[
{
"path": "Dockerfile",
"chars": 193,
"preview": "FROM alpine\nENTRYPOINT [\"/bin/sh\", \"-c\", \"echo -e $MESSAGE; exit 1\"]\nENV MESSAGE \"!! Registrator has moved. Please use g"
},
{
"path": "README.md",
"chars": 69,
"preview": "## [Registrator has moved](http://github.com/gliderlabs/registrator)\n"
}
]
About this extraction
This page contains the full source code of the progrium/registrator GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (262 B), approximately 151 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.