/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/deployment/Dockerfile.v2
13 строк
300 B
Clayton Coleman
Label and streamline the remaining images
28 апр 2016, 04:18
Не верифицирован
28 апр 2016, 04:18
58f1a54
Код
Авторство
О чём код?
# # This is an example HTTP server for demonstrating deployments # # The standard name for this image is openshift/deployment-example:v2 # FROM scratch MAINTAINER Clayton Coleman <ccoleman@redhat.com> COPY bin/deployment /deployment EXPOSE 8080 ENV COLOR="#b5d4a8" ENTRYPOINT ["/deployment", "v2"]