зеркало из https://github.com/github/vitess-gh.git
Add Dockerfile for vitess/root image.
This commit is contained in:
Родитель
0eeda5a74c
Коммит
e6f8e85d8e
|
@ -0,0 +1,6 @@
|
|||
# This is an image that just changes the default user to root.
|
||||
# It's useful for cases when the 'docker run --user' flag can't be used,
|
||||
# for example when running containers through a scheduler like Kubernetes.
|
||||
FROM vitess/base
|
||||
|
||||
USER root
|
Загрузка…
Ссылка в новой задаче