This website requires JavaScript.
Explore
Help
Sign In
containers
/
radarr
Watch
1
Star
0
Fork
You've already forked radarr
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4acfd10102
radarr
/
Dockerfile
5 lines
90 B
Docker
Raw
Blame
History
FROM
scratch
RUN
echo
"hello world"
COPY
example.txt /
ENV
VAR
=
1
CMD
[
"sleep"
,
"infinity"
]
Reference in New Issue
View Git Blame
Copy Permalink