]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update docker (#389)
authorJan Jędrzejewski <46831775+Luvkitri@users.noreply.github.com>
Thu, 4 Apr 2024 14:23:40 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 14:23:40 +0000 (16:23 +0200)
programs/docker.json

index 272d78af1324ce4d2478114b6774a573b9633ee7..3ef14359b56808d599e88c6c9fc1ade99fc4838c 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.docker",
             "movable": true,
         {
             "path": "$HOME/.docker",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-dektop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
         }
     ],
     "name": "docker"
         }
     ],
     "name": "docker"
-}
\ No newline at end of file
+}