commit | 83934098768ae9fd1facca11ab79bc1977f950fe | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Apr 19 17:14:22 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Apr 19 17:14:22 2016 -0700 |
tree | 05ad825ef444fb8b3210fe2a7544e6affffaa421 | |
parent | 06a989b389de473fe69a3b16846f504d7918d64b [diff] |
Refactor container and configuration
diff --git a/containers/vpn/Dockerfile b/containers/openvpn/Dockerfile similarity index 100% rename from containers/vpn/Dockerfile rename to containers/openvpn/Dockerfile
diff --git a/containers/vpn/Makefile b/containers/openvpn/Makefile similarity index 92% rename from containers/vpn/Makefile rename to containers/openvpn/Makefile index 6004e76..bdfb126 100644 --- a/containers/vpn/Makefile +++ b/containers/openvpn/Makefile
@@ -1,4 +1,4 @@ -IMAGE_NAME:=xosproject/xos-vpn +IMAGE_NAME:=xosproject/xos-openvpn CONTAINER_NAME:=xos-synchronizer NO_DOCKER_CACHE?=true
diff --git a/containers/vpn/conf/ansible-hosts b/containers/openvpn/conf/ansible-hosts similarity index 100% rename from containers/vpn/conf/ansible-hosts rename to containers/openvpn/conf/ansible-hosts
diff --git a/containers/vpn/conf/synchronizer.conf b/containers/openvpn/conf/synchronizer.conf similarity index 100% rename from containers/vpn/conf/synchronizer.conf rename to containers/openvpn/conf/synchronizer.conf