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

fix(docker): run docker from within the container #762

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Conversation

fishkerez
Copy link
Contributor

@fishkerez fishkerez commented Oct 9, 2023

Description

When I run docker on my computer (Mac, Intel chip) I can see the discovery of assets fails due to:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

We need to mount the docker socket in order to connect to the daemon service from within a container.

Type of Change

[x] Bug Fix
[ ] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)

@fishkerez fishkerez self-assigned this Oct 9, 2023
@fishkerez fishkerez requested a review from a team as a code owner October 9, 2023 10:54
installation/docker/docker-compose.yml Show resolved Hide resolved
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Copy link
Contributor

@chrisgacsal chrisgacsal left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

@github-actions
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr762-34a3ceba0f0b698741bbcc75c9a8534cdc7b6bd4
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr762-34a3ceba0f0b698741bbcc75c9a8534cdc7b6bd4
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr762-34a3ceba0f0b698741bbcc75c9a8534cdc7b6bd4
  • ghcr.io/openclarity/vmclarity-ui-dev:pr762-34a3ceba0f0b698741bbcc75c9a8534cdc7b6bd4
  • ghcr.io/openclarity/vmclarity-cli-dev:pr762-34a3ceba0f0b698741bbcc75c9a8534cdc7b6bd4

@fishkerez fishkerez added this pull request to the merge queue Oct 10, 2023
Merged via the queue into main with commit 47e3f26 Oct 10, 2023
32 checks passed
@fishkerez fishkerez deleted the fix-docker-sock branch October 10, 2023 15:52
@chrisgacsal chrisgacsal mentioned this pull request Nov 6, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants