Jordan Bravo

Results 14 comments of Jordan Bravo

+1 request for the ability to rename a stack within Portainer. This may be relevant: I tried renaming the stack's containers via command line using the `docker rename` command. This...

+1 requesting support for Fedora Silverblue. I am on Fedora Silverblue 37 and I had the exact same issue as OP.

+1 on this issue. I am encountering it on x86 MacOS.

I am also having this issue, using a Nix flake on NixOS (nixpkgs-unstable). My GPU is an Intel integrated. Output: ```shell ❯ yarn tauri dev yarn run v1.22.19 $ /home/jordan/scm/my-app/node_modules/.bin/tauri...

One thing to be aware of on the UX front, LibreWolf [forces light theme](https://librewolf.net/docs/faq/#why-is-librewolf-forcing-light-theme) to resist fingerprinting.

- `docker ps` shows the alice container is running. - I restarted Polar and I'm also experiencing a permission issue with `admin.macaroon` (see screenshot below). ![Screenshot from 2022-12-12 01-31-00](https://user-images.githubusercontent.com/62706808/206978511-21fa5344-0efe-42f0-84c3-c66b72f82305.png)

To test it out, I did the following: - A fresh install of Ubuntu 22.10. - Installed Docker Desktop v4.15.0 (which installs Docker version 20.10.21 and Docker Compose version v2.13.0)...

### Update I created a symbolic link using the command `sudo ln -s /home/${USER}/.docker/desktop/docker.sock /var/run/docker.sock`, and now Polar recognizes Docker, but still shows the following error for Docker Compose (see...

### Update 2 There is an option in Docker Desktop to create a link from `docker-compose` to `docker compose`, this solved the startup issue and now Polar can find Docker...

Here's what the permissions look like. My (host) user name is `j` but the owner is `100999`. ![Screenshot from 2022-12-17 14-17-05](https://user-images.githubusercontent.com/62706808/208263442-711a9a24-eaf3-463c-9e3e-12f20525a6d6.png)