File: Makefile

package info (click to toggle)
golang-github-schollz-peerdiscovery 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 10
file content (6 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
build:
	docker build --no-cache -t peertest .

run:
	@echo "\nfollow https://docs.docker.com/config/daemon/ipv6/ to setup docker for ipv6\n\n"
	docker run --ip6 -t --rm peertest