Skip to content

mfiscus/ham-dht-tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ham-dht-tools Docker Image

This Ubuntu Linux based Docker image allows you to run N7TAE's ham-dht-tools without having to compile any code.

This is a currently a single-arch image and will only run on amd64 devices.

Image Tag Architectures Base Image
latest, ubuntu amd64 Ubuntu 22.04

Usage

Command Line:

docker run -it mfiscus/ham-dht-tools dht-get
docker run -it mfiscus/ham-dht-tools dht-spider
docker run -w /usr/local/bin -it mfiscus/ham-dht-tools get-config-params

Using .bash_aliases (recommended):

alias dht-get="docker run -it mfiscus/ham-dht-tools dht-get"
alias dht-spider="docker run -it mfiscus/ham-dht-tools dht-spider"
alias get-config-params="docker run -w /usr/local/bin -it mfiscus/ham-dht-tools get-config-params"

License

Copyright (C) 2020-2022 Thomas A. Early N7TAE
Copyright (C) 2023 Matt Fiscus KK7MNZ

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Containerized ham-dht-tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published