This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Abdulkadir Furkan Şanlı db8383e9e9 Initial commit of README.md.
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2024-06-15 08:37:30 +02:00
2024-06-15 08:28:22 +02:00
2024-06-15 08:26:27 +02:00
2024-06-15 08:37:30 +02:00

DarkIRC Container

This repository houses an OCI/Docker container image for DarkIRC.

DarkIRC is the main mode of communication for the DarkFi project.

Usage

Run it with Docker:

docker run -d --name darkirc -p 6667:6667 git.abdulocra.cy/abdulocracy/darkirc:latest

Or run it with Docker Compose:

services:
  darkirc:
    container_name: darkirc
    image: git.abdulocra.cy/abdulocracy/darkirc:latest
    ports:
      - "6667:6667"
Description
A Docker container for DarkIRC.
Readme Apache-2.0 31 KiB
Languages
Dockerfile 100%