blob: 940449e26dc9e290162c0c89a5eea9dedd62f96d [file] [log] [blame]
schowdhury40739212017-06-12 07:40:31 -07001# Copyright 2016 the original author or authors.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
schowdhury40739212017-06-12 07:40:31 -070014
Sergio Slobodrian6f5fc4c2017-11-17 15:31:12 -050015FROM gliderlabs/registrator:v7
schowdhury40739212017-06-12 07:40:31 -070016
schowdhurya260f5b2017-06-14 15:54:25 -070017#FROM registrator:dev
18#ENTRYPOINT ["/bin/registrator"]
schowdhury40739212017-06-12 07:40:31 -070019# Create Registrator Config Directory
20RUN mkdir -p /reg/config
21COPY reg_config /reg/config