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

Log docker daemon labels #815

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Log docker daemon labels #815

merged 1 commit into from
Aug 22, 2024

Conversation

eddumelendez
Copy link
Member

@eddumelendez eddumelendez commented Aug 6, 2024

Docker Engine can be configured to have labels.

onfigure Docker Desktop: DD settings > Docker daemon

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

should provide

  testcontainers   "containerRuntime": {
  testcontainers     "host": "localhost",
  testcontainers     "hostIps": [
  testcontainers       {
  testcontainers         "address": "::1",
  testcontainers         "family": 6
  testcontainers       },
  testcontainers       {
  testcontainers         "address": "127.0.0.1",
  testcontainers         "family": 4
  testcontainers       }
  testcontainers     ],
  testcontainers     "remoteSocketPath": "/var/run/docker.sock",
  testcontainers     "indexServerAddress": "https://index.docker.io/v1/",
  testcontainers     "serverVersion": "27.1.1",
  testcontainers     "operatingSystem": "Docker Desktop",
  testcontainers     "operatingSystemType": "linux",
  testcontainers     "architecture": "aarch64",
  testcontainers     "cpus": 8,
  testcontainers     "memory": 10421612544,
  testcontainers     "runtimes": [
  testcontainers       "io.containerd.runc.v2",
  testcontainers       "runc"
  testcontainers     ],
  testcontainers     "labels": [
  testcontainers       "who=eddumelendez",
  testcontainers       "from=world",
  testcontainers       "com.docker.desktop.address=unix:///Users/eddumelendez/Library/Containers/com.docker.docker/Data/docker-cli.sock"
  testcontainers     ]
  testcontainers   },

Docker Engine can be configured to have labels.
Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 0ae53ca
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/66b22cde3ee9260008c44722
😎 Deploy Preview https://deploy-preview-815--testcontainers-node.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.

@cristianrgreco cristianrgreco added enhancement New feature or request minor Backward compatible functionality labels Aug 22, 2024
@cristianrgreco cristianrgreco merged commit 6eb047c into main Aug 22, 2024
94 checks passed
@cristianrgreco cristianrgreco deleted the log-docker-labels branch August 22, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor Backward compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants