Replace non-breaking space with an ordinary space

This commit is contained in:
Brian Hoffmann
2021-06-02 15:14:37 +02:00
parent d34c882cbc
commit 8cec7e1fd0
33 changed files with 81 additions and 81 deletions

View File

@@ -13,6 +13,6 @@ In a DevOps environment, this helps a lot as we can run the exact same software
Also, Docker allows us to keep our development setup much smaller and faster; instead of VirtualBox setups on a per-project base, we can compose our project development setup out of small containers. A CI environment building the containers allows us to package and test the whole environment instead of different software components on different runtimes in a much more stable way.
Backed by services such as [Kubernetes](/platforms-and-aoe-services/kubernetes.html), we can deploy Docker containers on a flexible infrastructure and enable our developers to test their software more easily in different environments.
Backed by services such as [Kubernetes](/platforms-and-aoe-services/kubernetes.html), we can deploy Docker containers on a flexible infrastructure and enable our developers to test their software more easily in different environments.
Here at AOE, we assess Docker in different projects to become more flexible and faster, which increases our focus on development of even better and more stable software.