Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

DEMO

$ cd example

$ cat Dockerfile
FROM busybox:1.34
RUN echo "Hello World!" >/banner

$ tug -t mcandre/tug-demo -load linux/amd64

$ docker run --rm mcandre/tug-demo cat /banner
Hello World!