mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-19 16:54:15 +00:00
clean up documentation
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user