This website requires JavaScript.
Explore
Help
Register
Sign In
Cluster
/
restic
Watch
2
Star
0
Fork
You've already forked restic
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
restic
/
Dockerfile
4 lines
97 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Initial custom container build
2024-01-22 20:13:04 +00:00
FROM
alpine:3
Fix Dockerfile
2024-01-30 12:56:07 +00:00
RUN
apk add restic kubectl --no-cache
Initial custom container build
2024-01-22 20:13:04 +00:00
ENTRYPOINT
[
"/usr/bin/restic"
]
CMD
[
"--help"
]