Re: Docker tutorial

2025-07-02 Thread Borden
Amazing! Thank you for everyone who chipped in. Two wiki pages fixed, and I barely lifted a finger. I'll fiddle with Docker and update the wiki with my experiences for the benefit of future generations.

Re: Docker tutorial

2025-07-01 Thread Tianon Gravi
On Sun, 29 Jun 2025 at 19:39, Borden wrote: > In general, https://wiki.debian.org/Docker warns that, for the images at > https://hub.docker.com/_/debian, "you may not trust their maintainer on > having done the right thing for you." That sounds awfully like a security > warning. Yet Tianon a

Re: Docker tutorial

2025-07-01 Thread Jonathan Dowland
On Tue Jul 1, 2025 at 9:29 AM BST, Tianon Gravi wrote: As a consequence of this, I'm not sure https://wiki.debian.org/Cloud/CreateDockerImage provides any value anymore over the content that already exists at https://wiki.debian.org/Docker, save for *maybe* that initial paragraph, and I'd honestl

Re: Docker tutorial

2025-06-30 Thread Jonathan Dowland
I was startled to discover the wiki page Cloud/CreateDockerImage even recommended some scripts *I* wrote, because I'd added them to the page a decade ago. I've just removed those sections, as those scripts are unmaintained and so it was misleading. On Mon Jun 30, 2025 at 12:16 AM BST, Borden w

Re: Docker tutorial

2025-06-29 Thread Borden
Thank you both, John & Geert, for your comments. In general, https://wiki.debian.org/Docker warns that, for the images at https://hub.docker.com/_/debian, "you may not trust their maintainer on having done the right thing for you."  That sounds awfully like a security warning. Yet Tianon and

Re: Docker tutorial

2025-06-27 Thread Geert Stappers
On Sat, Jun 28, 2025 at 05:33:31AM +0200, Borden wrote: > I'm new to Docker and tried to follow the guide > at https://wiki.debian.org/Docker, which links to > https://wiki.debian.org/Cloud/CreateDockerImage. On the latter, I hit a > hard stop at the first command, `sudo .../mkimage.sh -t $USER/min

Re: Docker tutorial

2025-06-27 Thread john doe
On 6/28/25 07:30, john doe wrote: On 6/28/25 05:33, Borden wrote: I'm new to Docker and tried to follow the guide at https:// wiki.debian.org/Docker, which links to https://wiki.debian.org/Cloud/ CreateDockerImage. On the latter, I hit a hard stop at the first command, `sudo .../mkimage.sh -t

Re: Docker tutorial

2025-06-27 Thread john doe
On 6/28/25 05:33, Borden wrote: I'm new to Docker and tried to follow the guide at https://wiki.debian.org/Docker, which links to https://wiki.debian.org/Cloud/CreateDockerImage. On the latter, I hit a hard stop at the first command, `sudo .../mkimage.sh -t $USER/minbase debootstrap --variant

Docker tutorial

2025-06-27 Thread Borden
I'm new to Docker and tried to follow the guide at https://wiki.debian.org/Docker, which links to https://wiki.debian.org/Cloud/CreateDockerImage. On the latter, I hit a hard stop at the first command, `sudo .../mkimage.sh -t $USER/minbase debootstrap --variant=minbase stable` because the mkima