clean up documentation

This commit is contained in:
Evan Jarrett
2025-10-13 17:07:08 -05:00
parent 4dc66c09a9
commit 64a05d4024
11 changed files with 120 additions and 4101 deletions
+1 -4
View File
@@ -126,10 +126,7 @@ function Show-Configuration {
Write-Host ""
Write-Host "Installation complete!" -ForegroundColor Green
Write-Host ""
Write-Host "To use ATCR with Docker, configure your credentials:" -ForegroundColor Yellow
Write-Host " docker-credential-atcr configure"
Write-Host ""
Write-Host "Then configure Docker to use this credential helper:" -ForegroundColor Yellow
Write-Host "To use ATCR with Docker, configure Docker to use this credential helper:" -ForegroundColor Yellow
Write-Host ' Edit %USERPROFILE%\.docker\config.json and add:'
Write-Host ' {
"credHelpers": {
+1 -4
View File
@@ -101,10 +101,7 @@ configure_docker() {
echo ""
echo -e "${GREEN}Installation complete!${NC}"
echo ""
echo -e "${YELLOW}To use ATCR with Docker, configure your credentials:${NC}"
echo -e " ${BINARY_NAME} configure"
echo ""
echo -e "${YELLOW}Then configure Docker to use this credential helper:${NC}"
echo -e "${YELLOW}To use ATCR with Docker, configure Docker to use this credential helper:${NC}"
echo -e ' echo '\''{"credHelpers": {"atcr.io": "atcr"}}'\'' > ~/.docker/config.json'
echo ""
echo -e "${YELLOW}Or add to existing config.json:${NC}"