Skip to content

chengguan/distroless-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distroless-python (debugging turned on)

Building

docker build -t hello-debug .

Running as daemon

docker run -d -p 80:80 hello-debug

Starting container with busybox shell

docker run -p 80:80 --entrypoint=sh -ti hello-debug

Hop onto busybox shell of a running container

docker exec -ti sh

Inspect the layout of a docker image

docker image inspect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published