/dockerhub-example

Test Repository for GitHub DockerHub integration

Primary LanguageDockerfileGNU General Public License v2.0GPL-2.0

DockerHub Integration Example v1.2.0

Building with Docker

docker build -t hello-world-python .

Run

docker run --rm hello-world-python