search for: dockerhub

Displaying 9 results from an estimated 9 matches for "dockerhub".

2020 Mar 09
2
Running CentOS 6 in a Docker container on a non-CentOS host
> On Mar 5, 2020, at 6:05, Peter Kjellstr?m wrote: > > You can use singularity. The following example makes an image by > pulling from centos on dockerhub: Interesting! However, I would prefer to use more ?native? Docker commands, as I would rather not have all developers install and configure Singularity when they already have Docker installed on their systems. There has got to be a way to configure Docker to grab an image from the official CentO...
2020 Mar 10
0
Running CentOS 6 in a Docker container on a non-CentOS host
On Mon, 9 Mar 2020 16:16:01 -0400 Alfred von Campe <alfred at von-campe.com> wrote: > > On Mar 5, 2020, at 6:05, Peter Kjellstr?m wrote: > > > > You can use singularity. The following example makes an image by > > pulling from centos on dockerhub: > > Interesting! However, I would prefer to use more ?native? Docker > commands, as I would rather not have all developers install and > configure Singularity when they already have Docker installed on > their systems. Docker could pull from the same dockerhub url as singularit...
2020 Mar 04
2
Running CentOS 6 in a Docker container on a non-CentOS host
I have to support a legacy build that runs on CentOS 6. I?m new to Docker and would like to use the official CentOS 6.10 image (https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile <https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile>) as a Docker container on
2020 Mar 05
0
Running CentOS 6 in a Docker container on a non-CentOS host
...like to > distribute locally but not share with upstream. Can somebody point > me to some HOWTOs or tutorials? Most Google searches return how to > run Docker on CentOS, which is not what I?m after. You can use singularity. The following example makes an image by pulling from centos on dockerhub: singularity build c6.10.scif docker://centos:6.10 If you have an old binary, foo.x outside the container you can then: singularity exec ./c6.10.scif ./foo.x None of this requires root. More on singularity: https://sylabs.io/docs/ /Peter
2021 Mar 02
0
CentOS Stream Container images available on quay.io
...eam 9. A 'stream9' tag will be created at the appropriate time to serve the same purpose. You can browse through all of the tags for the CentOS repository here: https://quay.io/repository/centos/centos?tab=tags ## Next Steps - We are still in discussions on how to push these properly to Dockerhub. Since CentOS is an Official Image, there are some extra requirements here that we're working through. If you have questions you can find us on the centos-devel mailing list (centos-devel at centos.org) or in #centos-stream on Freenode Cheers! -- Brian Stinson On behalf of the CentOS Str...
2023 Mar 24
0
LDAP Account Manager 8.3 with usability improvements and ability to remember 2FA device
Announcement: This release includes several usability improvements. Users can now select to remember their 2FA device. PHP 8.2 support was added. Docker users: Please note that we move away from DockerHub. This is the last release that was published there. See here for our new Github repository: https://github.com/LDAPAccountManager/docker/pkgs/container/lam Full changelog: https://www.ldap-account-manager.org/lamcms/changelog Download: https://www.ldap-account-manager.org/lamcms/releases F...
2020 Aug 17
1
how to run CentOS 8.2 under new WSL2?
I want to run CentOS 8.2 (2004) under Windows 10 Pro (2004) that comes with WSL2 1. Is there a list of steps anywhere, that would help me download what I need, and get CentOS 8.2 running under WSL2? 2. What would I need to download? (need direct URL - there are so many options for CentOS 8.2 , I am confused) 3. What steps would I need to take to get this running locally on my Windows 10 machine?
2017 Sep 11
2
Docker container for Raspberry Pi
Hi everybody. Just wanted to mention that I've published a docker image of tinc 1.1pre15 for the raspberry pi 2/3. It was compiled from source on a raspberry 3 and published as byscontrol/tinc-rpi <https://hub.docker.com/r/byscontrol/tinc-rpi/> along witht the configuration instructions. The latest tag refers to 1.1pre15 only, but I can publish other versions as well if needed. Hope
2019 Jul 02
5
Container setup?
...l: why a container? Because obviously containers require less resources and are easier to update than multiple linux systems ? and I want to spend some of the savings into redundancy (multiple DCs, also distributed to serve different locations). Googling around I found several containers on github/dockerhub, e.g. <https://github.com/Fmstrat/samba-domain> https://github.com/Fmstrat/samba-domain (ubuntu with openvpn), <https://hub.docker.com/r/instantlinux/samba-dc> https://hub.docker.com/r/instantlinux/samba-dc , https://hub.docker.com/r/laslabs/alpine-samba-dc (both alpine), and very likel...