Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
correct typos and grammar
  • Loading branch information
Jason Gegere committed Jul 24, 2015
1 parent 4ed570e commit 9fbddfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build a container via the command "make build"
# By Jason Gegere <jason@htmlgraphic.com>

VERSION = 0.3.3
VERSION = 0.4.0
NAME = vpn
IMAGE_REPO = htmlgraphic
IMAGE_NAME = $(IMAGE_REPO)/$(NAME)
Expand All @@ -28,10 +28,10 @@ build:

push:
@echo "note: If the repository is set as an automated build you will NOT be able to push"
#docker push $(IMAGE_NAME):$(VERSION)
docker push $(IMAGE_NAME):$(VERSION)
docker login tutum.co
docker tag $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:$(VERSION)
docker tag $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:latest
docker tag -f $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:$(VERSION)
docker tag -f $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:latest
docker push tutum.co/html/vpn:$(VERSION)
docker push tutum.co/html/vpn:latest

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##Setup


####Please Note
The Official SoftEther VPN built on CentOS 7. There is a limitation with Docker and the volume devicemapper which [appears to be fixed](https://github.com/docker/docker/issues/6980) in Docker 1.6.2 but after numerous attempts and configuration tweaks the building the image was not successful. I was able to change the Dockerfile to use **Ubuntu** as the underlaying OS. **Success**
###Please Note
The Official SoftEther VPN is built using **CentOS 7**. There is a *current* limitation with Docker and building the image, the volume devicemapper which [appears to be fixed](https://github.com/docker/docker/issues/6980) in Docker 1.6.2 but after numerous attempts and configuration tweaks the building the image was not successful. I was able to change the Dockerfile to use **Ubuntu** as the underlaying OS. **Success!**

* L2TP/IPSec PSK
* SecureNAT enabled
Expand Down

0 comments on commit 9fbddfa

Please sign in to comment.