mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Add example commands for docker
This commit is contained in:
parent
63641a7b17
commit
c24de595f6
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@
|
|||
|
||||
# Add entry to build a docker image with headscale
|
||||
# caveat: only works on Linux
|
||||
#
|
||||
# Usage:
|
||||
# nix build .#headscale-docker
|
||||
# docker load < result
|
||||
headscale-docker = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "headscale";
|
||||
tag = "latest";
|
||||
|
|
Loading…
Reference in a new issue