Files
docker-docs/_includes
Nuno Silva a7acc89188 fix get-docker invocation with DRY_RUN
sudo does not pass its env to command, so the current invocation is not
a dry run, as DRY_RUN never gets passed to sh:

```
$ DRY_RUN=1 sudo env | grep -c DRY
0
```

It does accept env variables before the command, like so:

```
$ sudo DRY_RUN=1 sh ./get-docker.sh
```

but those are subject to restrictions imposed by the security policy
plugin, so it's better to just use the script argument instead.
2023-01-22 13:06:45 +00:00
..
2022-10-31 08:20:45 +01:00
2023-01-12 15:29:37 +00:00
2023-01-12 15:29:37 +00:00
2023-01-20 09:42:49 +00:00
2022-09-10 23:39:25 +02:00
2023-01-10 17:01:21 +00:00
2023-01-10 17:01:21 +00:00
2022-08-24 13:31:10 -05:00
2022-09-10 22:42:23 +02:00
2021-09-24 11:46:04 +01:00