From 15b4f591ffb46834fa6bc109eb8b36a457273172 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 12 May 2025 18:19:07 +0200 Subject: [PATCH] docs(README): migrate from docker.io to git.cryptic.systems --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1e0f2e..8055887 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/network-tools)](https://hub.docker.com/r/volkerraschek/network-tools) -This project contains all sources to build the container image -`docker.io/volkerraschek/network-tools`. The primary goal of the image is only -to contain some network tools to debug container based environments like docker -or kubernetes. +This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/network-tools`. The +primary goal of the image is only to contain some network tools to debug container based environments like docker or +kubernetes. ## Usage @@ -18,13 +17,12 @@ docker run \ --entrypoint /bin/sh \ -it \ --rm \ - docker.io/volkerraschek/network-tools:latest + git.cryptic.systems/volker.raschek/network-tools:latest ``` ### Kubernetes -For a kubernetes environment you can use the [YAML-File](network-tools.yaml) by -executing the following command. +For a kubernetes environment you can use the [YAML-File](network-tools.yaml) by executing the following command. ```bash kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/raw/branch/master/network-tools.yml