[openstreetmap/openstreetmap-website] Support for Development Containers (devcontainers) (PR #6424)
danieldegroot2
notifications at github.com
Wed Dec 24 19:48:03 UTC 2025
@danieldegroot2 commented on this pull request.
> +winget install --id Git.Git -e --source winget
+```
+
+Alternatively, see [other install options](https://git-scm.com/install/windows).
+
+## Install Docker
+
+Devcontainers run on top of Docker, which needs to be installed. Again, the methods will depend on your operating system.
+
+In general: if you get an error about not having permission to use Docker, you may need to add your user to the `docker` group. The details vary, but often this is a case of running the following command:
+
+```bash
+sudo usermod --append --group docker $USERNAME
+```
+
+Where you must substitute `$USERNAME` with your actual username. After that, reboot your computer to ensure that this change takes effect.
S: Change capital letter to lowercase letter as it elaborates on the example ('[example], where ...')
```suggestion
where you must substitute `$USERNAME` with your actual username. After that, reboot your computer to ensure that this change takes effect.
```
or alternatively
```suggestion
You must substitute `$USERNAME` with your actual username. After that, reboot your computer to ensure that this change takes effect.
```
(if starting a new sentence is preferred.)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3611508017
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3611508017 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251224/886649c4/attachment-0001.htm>
More information about the rails-dev
mailing list