Create Dockerfile
This commit is contained in:
parent
9bf2c66ec1
commit
3c51e84300
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM golang:latest
|
||||
MAINTAINER tgic <farmer1992@gmail.com>
|
||||
|
||||
|
||||
RUN go get github.com/tg123/sshpiper/sshpiperd
|
||||
RUN go install github.com/tg123/sshpiper/sshpiperd
|
||||
|
||||
EXPOSE 2222
|
||||
CMD ["/go/bin/sshpiperd"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue