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

Store Docker config / docker extension not working #115

Open
ProfessorManhattan opened this issue Nov 6, 2023 · 0 comments
Open

Store Docker config / docker extension not working #115

ProfessorManhattan opened this issue Nov 6, 2023 · 0 comments
Labels
question Further information is requested

Comments

@ProfessorManhattan
Copy link
Contributor

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

The Docker setup has a few issues with it:

  1. On macOS arm64, the application will install and the open --background -a Docker command (you can search for) will open Docker so that you can run containers
  2. However, after loading Docker with the command above, a ~/.docker folder appears in the HOME dir. This is not the proper place, anything that needs to install in the user directory should be stored under ~/.config/docker or somewhere in ~/.local
  3. For some reason, I cannot access docker extension on macOS arm64. I do notice that the ~/.docker folder appears and in the ~/.docker/cli-plugins folder there is the docker-extension CLI plugin which can be invoked if it is added to the PATH. I added ~/.config/docker/cli-plugins to the PATH already (not sure if this is the best place to keep binary files since it is the ~/.config folder). However, even after adding docker-extension to the PATH, I cannot access the docker extension command
  4. We need a way of backing up all the settings in the Docker Desktop app so that it loads with all the same settings each time it is installed --- this means enabling Kubernetes and using all the saved Resource limits

⏺️ Steps To Reproduce

No response

📒 Relevant Log Output

No response

💡 Possible Solution

No response

@ProfessorManhattan ProfessorManhattan added the question Further information is requested label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant