Skip to content

Conversation

@wangkuiyi
Copy link
Contributor

No description provided.

```
go get github.com/k8sp/graphviz
docker run --rm -it -v $PWD/work:/go golang:wheezy go get github.com/k8sp/graphviz
cd $GOPATH/src/github.com/k8sp/graphviz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这行,因为上一行将$PWD/work mount 到了 /go。所以和系统里的$GOPATH不一定一致。

所以应该修改成
cd $PWD/work/src/github.com/k8sp/graphviz

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

Successfully merging this pull request may close these issues.

3 participants