Welcome! This project provides a straightforward way to set up a customized Minecraft server using Docker and Docker Compose. By following this guide, you can create a fun and secure environment for you and your friends to enjoy Minecraft together.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# Use: | |
# - docker build --progress plain --tag docker.io/containercraft/pandoc -f Dockerfile . | |
# - docker run --rm -it --name pandoc --hostname pandoc --volume .:/convert docker.io/containercraft/pandoc my_document.md | |
############################################################################### | |
FROM docker.io/library/ubuntu:24.04 | |
LABEL tag="pandoc" | |
ENV DEVCONTAINER="pandoc" | |
SHELL ["/bin/bash", "-c", "-e"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# Use: | |
# - docker build --progress plain --tag docker.io/testing/devcontainer:nvim -f Dockerfile . | |
# - docker run --rm -d --name devcontainer --hostname devcontainer docker.io/testing/devcontainer:nvim | |
############################################################################### | |
# Base Devcontainer Image | |
FROM mcr.microsoft.com/devcontainers/base:ubuntu | |
LABEL tag="slim" | |
ENV DEVCONTAINER="slim" | |
SHELL ["/bin/bash", "-c", "-e"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################## | |
# | |
# Arch Linux Nvidia Cuda Container | |
# | |
# Build: | |
# | |
# $ docker build --progress=plain -t testing/cuda . | |
# | |
# Run: | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: pool.kubevirt.io/v1alpha1 | |
kind: VirtualMachinePool | |
metadata: | |
name: talos | |
spec: | |
replicas: 0 | |
selector: | |
matchLabels: | |
kubevirt.io/vmpool: talos | |
virtualMachineTemplate: |
Run project quickstart from ./README.md with runme cli github.com/ContainerCraft/Kargo
It appears the runme commands are executed in a shell that does not inherit normal environment variables and configuration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --- Global Variables --- | |
LOWERCASE_GITHUB_REPOSITORY := $(shell echo ${GITHUB_REPOSITORY} | tr '[:upper:]' '[:lower:]') | |
REPO_NAME := $(shell echo ${LOWERCASE_GITHUB_REPOSITORY} | awk -F '/' '{print $$2}') | |
REPO_ORG := $(shell echo ${LOWERCASE_GITHUB_REPOSITORY} | awk -F '/' '{print $$1}') | |
PROJECT ?= $(or $(REPO_NAME),kargo) | |
DEPLOYMENT ?= $(or $(ENVIRONMENT),ci) | |
# Check if PULUMI_BACKEND_URL starts with 'file://' |
- nixos/nixpkgs #316044 Add Nix package for pulumi-esc
- yomaq/Tailscale-ACL Tailscale ACLs with Pulumi + Nix
- yomaq/nix-config/.../initrd-tailscale Tailscale @ initrd
- Yomaq Blog: ZFS, Encryption, Backups, and Convenience
- yomaq/nix-config/.../containers Tailscale Nix Docker
NewerOlder