mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
Docker support
This commit is contained in:
parent
de48bf919a
commit
e9e64e95f5
2 changed files with 27 additions and 11 deletions
4
ag-docker.sh
Executable file
4
ag-docker.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
path="$1"; shift
|
||||
docker run --rm -v $path:/out ghcr.io/aborelis/asn-gen:latest ./asn-gen.py $@ /out/
|
||||
Loading…
Add table
Add a link
Reference in a new issue