Sign inSign up

keinos/helloworld

By keinos

Updated over 3 years ago

Simple example of publishing Go apps in Docker images including ARM v5, 6, 7 in one manifest file.

Image
0

10K+

keinos/helloworld repository overview

# Pull latest image
docker pull keinos/helloworld:latest
$ docker pull keinos/helloworld:latest
**snip**
docker.io/keinos/helloworld:latest

$ docker run --rm keinos/helloworld:latest -v
Version: 0.0.2
Commit: 0c19775

$ docker run --rm keinos/helloworld:latest
Hello, World!

$ docker -v
Docker version 23.0.1, build a5ee5b1

$ uname -a
Linux rpi-zero 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux

Tag summary

Content type

Image

Digest

sha256:87a7dbd0b

Size

556.6 kB

Last updated

over 3 years ago

docker pull keinos/helloworld