-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added docker support #10
Conversation
COPY go.mod . | ||
COPY go.sum . | ||
RUN go mod download | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will also need to install ffmpeg with libx264 enabled while generating build
@@ -0,0 +1,33 @@ | |||
FROM golang:alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, do a little research on which distro will be based for video processing and supports GPU acceleration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KedarisettiSreeVamsi you taking this up? |
Closing this for now |
Please read the docker_instructions.md file to build and run.
tarun@tarun-HP-Notebook:~/zestream-server$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
go-dock latest f0d280ba3b02 13 minutes ago 558MB
6d4ff6536fbb About an hour ago 992MB
golang latest 6650307efe4a 5 days ago 992MB
golang alpine cae57157ceaa 2 weeks ago 354MB
Note: please install docker globally before using docker command.
#6