Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

murasamejo/github-docker-repo-practice

Repository files navigation

A GitHub Docker repository practice

  • A GitHub's Docker repository (ghcr.io) practice

実行方法

$ docker run --rm ghcr.io/murasamejo/hello_docker_world:0.0.1
Unable to find image 'ghcr.io/murasamejo/hello_docker_world:0.0.1' locally
0.0.1: Pulling from murasamejo/hello_docker_world
24fb2886d6f6: Already exists
Digest: sha256:1a2093ed7f70d00899711f2a619321ce2f2819c5e7fa76799f489a94b76be749
Status: Downloaded newer image for ghcr.io/murasamejo/hello_docker_world:0.0.1
Hello, Docker World!