4 lines
90 B
Docker
4 lines
90 B
Docker
FROM minimum2scp/systemd:latest
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|