This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
f783b781d5
website
/
content
/
ja
/
examples
/
service
/
access
/
Dockerfile
5 lines
94 B
Docker
Raw
Blame
History
FROM
nginx:1.17.3
RUN
rm /etc/nginx/conf.d/default.conf
COPY
frontend.conf /etc/nginx/conf.d
Reference in New Issue
View Git Blame
Copy Permalink