Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Log Docker daemon labels if present #1226

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

eddumelendez
Copy link
Member

@eddumelendez eddumelendez commented Aug 5, 2024

Docker Engine can be configured to have labels.

Configure Docker Desktop: DD settings > Docker daemon

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "labels": [
    "who=eddumelendez",
    "from=world"
  ]
}

should provide

Connected to Docker:
  Host: unix:///var/run/docker.sock
  Server Version: 27.1.1
  Kernel Version: 6.10.2-linuxkit
  API Version: 1.46
  Operating System: Docker Desktop
  Total Memory: 9.71 GB
  Labels: 
    from=world
    who=eddumelendez

Docker Engine can be configured to have labels.
Copy link

netlify bot commented Aug 5, 2024

👷 Deploy Preview for testcontainers-dotnet processing.

Name Link
🔨 Latest commit 1ef5cd9
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/66b145613dcc08000805007a

Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 1ef5cd9
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/66b145613dcc08000805007a
😎 Deploy Preview https://deploy-preview-1226--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Aug 6, 2024
@HofmeisterAn HofmeisterAn changed the title Log docker daemon labels if present feat: Log Docker daemon labels if present Aug 6, 2024
Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Eddú

@HofmeisterAn HofmeisterAn merged commit 9a59b3e into develop Aug 6, 2024
11 checks passed
@HofmeisterAn HofmeisterAn deleted the log-docker-labels branch August 6, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants