This website works better with JavaScript.
Home
Help
Sign In
container
/
alpine
generated from
container/tmpl
Watch
10
Star
0
Fork
0
Code
Releases
Activity
alpine
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
2.6 MiB
Dockerfile
100%
Tree:
0f8d9cb14e
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0f8d9cb14e'
${ noResults }
alpine
/
3.15
/
Dockerfile
6 lines
63 B
Raw
Blame
History
FROM
scratch
ADD
alpine-minirootfs.tar.gz /
CMD
[
"/bin/sh"
]