From 44669fa6a3889ce68ef7218adeb91d6b59ab1e58 Mon Sep 17 00:00:00 2001 From: geekpi Date: Sat, 11 Apr 2015 11:44:26 +0800 Subject: [PATCH] translating --- .../20150409 How to Run GUI Apps in a Docker Container.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150409 How to Run GUI Apps in a Docker Container.md b/sources/tech/20150409 How to Run GUI Apps in a Docker Container.md index 3545255b32..4027117a46 100644 --- a/sources/tech/20150409 How to Run GUI Apps in a Docker Container.md +++ b/sources/tech/20150409 How to Run GUI Apps in a Docker Container.md @@ -1,3 +1,5 @@ +Translating---geekpi + How to Run GUI Apps in a Docker Container ================================================================================ Hi everyone, today we'll learn how we can run GUI Applications inside a [Docker][1] Container. We can easily run most of the common GUI apps without getting into trouble inside a Docker Container. Docker is an Open Source project that provides an open platform to pack, ship and run any application as a lightweight container. It has no boundaries of Language support, Frameworks or packaging system and can be run anywhere, anytime from a small home computers to high-end servers. It makes them great building blocks for deploying and scaling web apps, databases, and back-end services without depending on a particular stack or provider. @@ -75,4 +77,4 @@ via: http://linoxide.com/linux-how-to/run-gui-apps-docker-container/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 [a]:http://linoxide.com/author/arunp/ -[1]:http://docker.io/ \ No newline at end of file +[1]:http://docker.io/