Skip to content

How to start the dsg service in linux builds? #7762

Answered by Shurtu-gal
Shurtu-gal asked this question in Q&A
Discussion options

You must be logged in to vote
  • For building the image you need buildx to be installed.
  • Furthermore if you are having both docker-desktop and docker then you need to execute the following command or put it in a startup config like .bash.rc :
export DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}')

Replies: 1 comment

Comment options

Shurtu-gal
Jan 8, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by Shurtu-gal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment