Fedora:40 docker image with Python3. Can be used in Ansible Molecule testing.
1.0K
Fedora:40 docker image with Python3. Can be used in Ansible Molecule testing.
Clone the Git Repository or Download the ZIP package and expand. CD into the folder. Then follow these steps to build docker container instance.
Build Docker Image:
docker build -t hammadrauf/fedora40 .
OR Pull from Docker Hub, Quay.io .
Run Docker Conatiner:
docker run -d --name fedora40 --hostname fedora40 -it hammadrauf/fedora40:latest sleep infinity & wait
Connect to BASH Shell in the Container:
docker exec -it fedora40 /bin/bash
Git Repository URL:
https://github.com/hammadrauf/dockerFedora40
Content type
Image
Digest
sha256:752064765…
Size
166.1 MB
Last updated
6 days ago
docker pull hammadrauf/fedora40