Sign inSign up

gdoteof/keter-build

By gdoteof

•Updated almost 9 years ago

Image
0

1.4K

gdoteof/keter-build repository overview

⁠Docker for creating keter binary

https://github.com/snoyberg/keter⁠

Usage:

###Build the container

docker build -t yourname/keter-build .

(you can also use gdoteof/keter-build which is an autobuild of this repository)

###Copy the built executable

docker run --name keter -d gdoteof/keter-build tail -f /dev/null
docker cp keter:/root/keter/dist/build/keter .
docker stop keter

###Use as development environment for keter

  • todo

Tag summary

Content type

Image

Digest

sha256:74774e415…

Size

439.8 MB

Last updated

almost 9 years ago

docker pull gdoteof/keter-build