Skip to content

vigodsky/metal-api-local-test-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BUILD

docker build --platform linux/x86_64 -t metal-api-image .

RUN

From metal-api repo folder run
docker run -it --privileged \
  --name metalapi \
  -v $(pwd):/home/project \
  --platform linux/x86_64 \
  metal-api-image
  • Run container and generate ssh key
  • Add key to your github account
  • Add github to known hosts ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
  • go env -w GOPRIVATE=github.com/
  • go env -w GOPROXY=direct
  • Run go mod tidy
  • Run make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published