Closed Marietto2008 closed 1 year ago
that has nothing to do with your error
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
For questions please refer to https://github.com/golang/go/wiki/Questions
Hello to everyone.
I'm playing with the jetson nano. I've just installed ubuntu 22.04 on top of it. Nvidia says that nothing will work on 22.04 and it is totally unsupported. Well,I'm trying to make it supported :) ; the first problem to overcome is to find a good alternative for docker,because it does not work.
To overcome this error,I'm trying to compile go and Docker from the source code. This is what I did,following a tutorial that I found :
https://gist.github.com/cwgem/c913c80dcb8eeef38abc30ff3abf1750
and what happened :
I think that these errors :
prevents the creation of this directory :
"/home/marietto/docker_build/src/github.com/docker/docker/hack/dockerfile"
and I can't continue the configuration. Is there a way to fix it ?