commit | e71e2e2341eb8c74c46c4968c45278588b2275c1 | [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 | 5c6265ea96e88546ebaaf15eb366f0fc3563beb3 | |
parent | 9543f6a4d69e7e877862795cfbe6e9302b49d0d4 [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