GithubHelp home page GithubHelp logo

exaluc / dind Goto Github PK

View Code? Open in Web Editor NEW
6.0 0.0 0.0 4 KB

Docker in Docker "DinD" AlmaLinux/rockylinux

License: MIT License

Dockerfile 100.00%
almalinux container developer-tools dind docke-compose docker rockylinux

dind's Introduction

DinD AlmaLinux/rockylinux Setup

This repository contains Dockerfiles for setting up Docker-in-Docker (DinD) environments using AlmaLinux as the base image. Different configurations are available for various use-cases.

Table of Contents

  1. Requirements
  2. Installation
  3. Dockerfiles Overview
  4. Usage
  5. Docker Compose
  6. Contributing
  7. Authors
  8. License

Requirements

  • Docker
  • Docker Compose (Optional)

Installation

Clone this repository to your local machine:

git clone https://github.com/exaluc/DinD.git

Dockerfiles Overview

Dockerfile

This is the standard setup using AlmaLinux 8. It installs Docker CE, Docker CLI, and Containerd.

Dockerfile-minimal

This setup uses the minimal AlmaLinux image to provide a lightweight DinD environment. It only installs essential packages to run Docker & docker-compose.

Dockerfile-py

This setup is optimized for Python development. It includes development tools and Python 3.9.1.

Usage

To build a Docker image from any of the Dockerfiles, navigate to the project directory and run:

docker build -f <DockerfileName> -t <your-image-name> .

For example, to build an image from Dockerfile:

docker build -f Dockerfile -t my-dind-setup .

To run the container:

docker run --privileged -d --name my-dind-container my-dind-setup

Docker Compose

docker-compose up -d

Legacy Docker Compose CLI near docker compose

For users who are familiar with older docker-compose, also supported.

Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are welcome.

Authors

License

MIT


dind's People

Contributors

exaluc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.