Lower Azure pricing from October
Microsoft informed us “New lower Azure pricing effective October 1, 2016”
Microsoft informed us “New lower Azure pricing effective October 1, 2016”
There was a fantastic presentation on HUNSUG at IT-Services Hungary, Infopark. On this event Penelope Coventry showed us the future of SharePoint. #FutureOfSharePoint
You can download the presentation material here:
HUNSUG 2016.06.02. – FutureOfSharePoint
Some hours ago the newest Technical Preview (TP5) of Windows Server 2016 has been arrived.
You can download from here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview
And what’s new in this technical preview? https://mva.microsoft.com/en-US/training-courses/what-s-new-in-windows-server-2016-preview-12592
Here is some docker related things: https://blog.docker.com/2016/04/docker-windows-server-tp5
Let’s go to check the new features…
The meetup yesterday was excellent. I was very happy because participants asked many great questions which means they felt this is an interesting topic. I enjoy it too and I would like to say thank you for all who were there and who supported me.
Additionally you can find here the presentation:
Wednesday, Mar 23 – Budapest, Hungary
Docker (on Windows) – How to avoid traps by Tibor Kiss Windows Server 2016 is the first windows which natively supports the Containers. I am sure many of you have already met with articles about this topic. Now we would like to provide you an overview regarding: – how can we avoid tumblers at the very first time – how can we cope with difficulties which are provided by the current version – some Docker containers use cases
I often use Get-Help command in PowerShell to discover the usage of a specific command. Sometimes I merely want to know the parameters which belong to command. In this case the Get-Help is slow. Instead of it you can use the next Keyboard shortcut:
Example:
Type: “Start-Process -” then use the shortcut. Result:

From now on you can speed up scripting. Good luck! 🙂
Here you can find some observations about Docker on Windows.
| Observatons and tips about Docker on Windows | |
|---|---|
| After you start a container with the -a switch “docker start -a <container name>” then you want to use “docker exec -it <container name> powershell” although it is enter the container it is frozen. Without -a everithing is fine. | |
| When you create a container pelase rename it with this command: Rename-Computer -NewName $oNewContainerName . Then please restart the docker container. If you miss this your container won’t start any more after a Docker host restart. | |
| Configuration file in Windows: “C:\ProgramData\Docker\Containers\<GUID of container>\config.json” és “C:\ProgramData\Docker\Containers\<GUID of container>\hostconfig.json“ | |
| Please make a copy from the configuration files. That could be usefull when yor container does not want to start adfter a Docker host restart. When you meet this message: “Win32 API call returned error r1=2147942452 err=You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again.” you merely need to overwrite the config files from backup then your container will start correctly.
Other workaround to fix your containers:
|
|
| Windows Feature installation. When you want to install/add/enable a new feature in Windows it required the installation media. Especially the SXS dorectory from installation media. In this case the usage of our powershell command:
Add-WindowsFeature <comma separated feature list> -Source “<Path of installation media>\sources\sxs” |
|
| The DEL does not work in Docker console. You must use Backspace instead of DEL. | |
Feel free to get in touch with any comment, feedback or questions.
When you create a VPN connection in W10 you would not like to use this a gateway. In this case you need to clear the tick “Use default gateway” in IPv4 or IPv6 on the VPN adapter. (Network & Sharing Center –> Change Adapter Settings –> My VPN Connection –> Properties –> Networking –> IPv4 or IPv6 ).
Since we know the Windows Server 2016 will support the Containers (Docker) we are very happy and exciting. We want to test and see how it works on Windows. Now we can use Windows Server 2016 TP4 as a great foundation.
This article shows some commands which useful when you work with Docker on windows and Windows Containers