Skip to content
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

An official docker image helps a lot! #298

Open
qzylalala opened this issue Oct 25, 2021 · 2 comments
Open

An official docker image helps a lot! #298

qzylalala opened this issue Oct 25, 2021 · 2 comments

Comments

@qzylalala
Copy link

As I searched out the docker hub, and found no results. I think an official docker image is needed, so that we can code just with VScode!

@qzylalala
Copy link
Author

qzylalala commented Oct 25, 2021

FROM golang:1.15-alpine3.14
RUN apk add bash ca-certificates git gcc g++ libc-dev make
RUN mkdir /tinykv
ADD . /tinykv/
WORKDIR /tinykv
ENV GO111MODULE=on \
    GOPROXY=https://goproxy.cn,direct
RUN go mod download

An example.

@yanguwan
Copy link
Contributor

yanguwan commented Jun 2, 2022

good suggestion

Can you help work on a pr? @qzylalala

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants