Skip to content

Commit 9fbddfa

Browse files
author
Jason Gegere
committed
version 0.4.0
correct typos and grammar
1 parent 4ed570e commit 9fbddfa

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build a container via the command "make build"
22
# By Jason Gegere <jason@htmlgraphic.com>
33

4-
VERSION = 0.3.3
4+
VERSION = 0.4.0
55
NAME = vpn
66
IMAGE_REPO = htmlgraphic
77
IMAGE_NAME = $(IMAGE_REPO)/$(NAME)
@@ -28,10 +28,10 @@ build:
2828

2929
push:
3030
@echo "note: If the repository is set as an automated build you will NOT be able to push"
31-
#docker push $(IMAGE_NAME):$(VERSION)
31+
docker push $(IMAGE_NAME):$(VERSION)
3232
docker login tutum.co
33-
docker tag $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:$(VERSION)
34-
docker tag $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:latest
33+
docker tag -f $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:$(VERSION)
34+
docker tag -f $(IMAGE_NAME):$(VERSION) tutum.co/html/vpn:latest
3535
docker push tutum.co/html/vpn:$(VERSION)
3636
docker push tutum.co/html/vpn:latest
3737

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
##Setup
22

33

4-
####Please Note
5-
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**
4+
###Please Note
5+
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!**
66

77
* L2TP/IPSec PSK
88
* SecureNAT enabled

0 commit comments

Comments
 (0)