From karthikholla87 at gmail.com Sun Nov 3 06:00:47 2024 From: karthikholla87 at gmail.com (karthik holla) Date: Sun, 3 Nov 2024 19:30:47 +0530 Subject: Dports contribution guide Message-ID: I was following the steps of the Dports contributions page in the documentation. I have got stuck in this step `chroot $BASEDIR # cd /usr && make dports create` As there is no git installed in the chroot env it gives an error message. Can anyone guide me to install git in the chroot env ? And I think there is no `dports create` it should be dports-create if I am not wrong. With regards Karthik -------------- next part -------------- An HTML attachment was scrubbed... URL: From dillon at backplane.com Sun Nov 3 08:38:57 2024 From: dillon at backplane.com (Matthew Dillon) Date: Sun, 3 Nov 2024 08:38:57 -0800 Subject: Dports contribution guide In-Reply-To: References: Message-ID: Indeed. Try doing the pkg-bootstrap step before the sports checkout, and throw in an install of git-lite in that step. pkg install git-lite -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From balazs at gnifanip.info Sun Nov 3 08:59:40 2024 From: balazs at gnifanip.info (=?UTF-8?B?SsOhdm9yc3preSBCYWzDoXpz?=) Date: Sun, 3 Nov 2024 17:59:40 +0100 Subject: Docker in DragonFly BSD Message-ID: <3176025e-d0f9-4128-998d-7f5337b3407b@gnifanip.info> Hi, I have to use docker for a task. I've come up with a solution for DragonFly BSD. See the attached markdown doc. Regards, -- J?vorszky Bal?zs -------------- next part -------------- A non-text attachment was scrubbed... Name: dragonflybsd_docker_example.md Type: text/markdown Size: 10182 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xCAADD2E7CA46009B.asc Type: application/pgp-keys Size: 961 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 236 bytes Desc: OpenPGP digital signature URL: From tuxillo at quantumachine.net Sun Nov 3 10:56:56 2024 From: tuxillo at quantumachine.net (Antonio Huete Jimenez) Date: Sun, 3 Nov 2024 19:56:56 +0100 Subject: Docker in DragonFly BSD In-Reply-To: <3176025e-d0f9-4128-998d-7f5337b3407b@gnifanip.info> References: <3176025e-d0f9-4128-998d-7f5337b3407b@gnifanip.info> Message-ID: Hi, Thanks for the write-up! There is what I consider an easier way of doing this. Some time ago I managed to get lima-vm working on DragonFly, even with NVMM: --------------------------- $ sudo nvmmctl list Machine ID VCPUs RAM Owner PID Creation Time ---------- ----- ---- --------- ------------------------ 0 4 4.0G 113901 Sun Nov 3 19:47:17 2024 $ nerdctl run --rm hello-world command-line line 0: Unsupported option "gssapiauthentication" Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: https://hub.docker.com/ For more examples and ideas, visit: https://docs.docker.com/get-started/ --------------------------- I had to patch it locally and tried to upstream parts of it (see: https://github.com/lima-vm/lima/issues/892) but it's still unfinished. Ideally we would get a port for emulators/lima-vm or so with our patches and then you would not have to worry about all the manual setup for this. HTH. Cheers, Antonio Huete On 11/3/24 17:59, J?vorszky Bal?zs wrote: > Hi, I have to use docker for a task. I've come up with a solution for > DragonFly BSD. See the attached markdown doc. Regards, > From marietto2008 at gmail.com Sun Nov 3 11:05:06 2024 From: marietto2008 at gmail.com (Mario Marietto) Date: Sun, 3 Nov 2024 20:05:06 +0100 Subject: Fwd: Super Container OS released In-Reply-To: References: Message-ID: ---------- Forwarded message --------- Da: Harshad Joshi Date: lun 1 lug 2024, 06:58 Subject: Super Container OS released To: Debian Live Here is Super Container OS, a live and installable iso based on Debian 12 stable platform, targeted for enterprise applications, DevOps engineering and data centers. Applications can be installed, maintained using *.deb, *.tgz and OCI images format. Docker and Podman is the default container engine and kubernetes cluster can be setup using minikube Portainer tool can be installed and setup using a simple script provided in /opt I hope this iso helps everyone to setup and maintain containers easily. Download the iso from this link - https://sourceforge.net/projects/super-container-os/files/latest/download Thank you Debian live team for Debian-live tool that was used to build this base iso. -------------- next part -------------- An HTML attachment was scrubbed... URL: