首页 文章 精选 留言 我的

精选列表

搜索[安装],共10000篇文章
优秀的个人博客,低调大师

Windows上安装Docker

How to compile Docker onWindows After taking on my new role at the Azure Linux Team, my first assignment was to get theDockercommand line interface working on Windows. This is an important piece in bringing Docker into the Windows ecosystem and part of ourpartnership with Docker. Today, I am proud to announce that thefirst piece of Windows code is now merged into Docker, which means you can now compile the Docker client onWindows! Before going any further, I would like to clarify severalthings: Clarifications At this point, the merged code is only the first step in getting it compiling and (barely) working on Windows. We have a set of known bugs (seePRdescription), which we are looking forward to fix and I am pretty sure there are more bugs beyond that. Making something designed forUNIXwork on Windows seamlessly is not a trivial task. In the upcoming days, I will be focusing on resolving those bugs. We are also looking forward to seeing your contributions to make Docker’s Windows supportbetter. Also, please note that this tutorial is not about running the Docker daemon on Windows or running Windows containers on Docker. None of these are possible today. This is just about getting client code compiled onWindows. I will not be talking about how the porting work was done, that will be topic of another blog post here on my blog, again. Stay tuned for thatone! Please note that the docker.exe you are about to build is not a supported distribution by Microsoft or Docker. Please use it at your own risk. A more stable version of the Docker WindowsCLIwill be shippedlater. Step 1: InstallGo Download theGoMSIInstallerfrom golang.org. This installation will add thegoprogram to yourPATHenvironment variable and you should be able to run thegocommand incmd.exe. If that does not work, you may need arestart. Step 2: Check out thecode Assuming you have Git installed on your system, you need to clone thedocker/dockerrepositorylocally: git clone https://github.com/docker/docker.git c:\gopath\src\github.com\docker\docker Step 3:Compile! The rest is just as simple. Runcmd.exeand run the following commands inorder: set GOPATH=c:\gopath;c:\gopath\src\github.com\docker\docker\vendor set DOCKER_CLIENTONLY=1 cd c:\gopath\src\github.com\docker\docker\docker go build -v If all goes well, you will end up with a lovelydocker.exeon the directory you are at! (If you happen to run in problems about emulatingTTY(linux terminal) in cmd.exe, you need to use ConEmu or installANSICON. Please see thepull requestdescription for detailedinfo.) Summary This is just an intro to building the DockerCLIfor Windows. Normally, these binaries are built in a Linux environment, inside a Docker container (yes,Gois crazy like that, it can cross compile Windows binaries on Linux)! However, for demonstration purposes we are detailing the procedure for building these Windows binaries on its ownturf. In the meantime, you can use this tutorial to build Docker on your Windows machine to test the changes. We are looking forward to your contributions on making the Docker’s Windows support evenbetter! If you happen to find a bug, please open an issue on [Docker repo] and mention mecc: @ahmetalpbalkanin thedescription. I would like to acknowledge help of the Docker developer community on getting this work reviewed and merged to Docker. We are looking forward to make it more stable and shippablesoon! There is some Windows code now living in Docker! (This article has appeared onAzure Blog,Docker Weekly,InfoQ,The Register.) If you like to watch a step-by-step video of this tutorial, there’s one in German by Joern Boegerhere.

资源下载

更多资源
优质分享App

优质分享App

近一个月的开发和优化,本站点的第一个app全新上线。该app采用极致压缩,本体才4.36MB。系统里面做了大量数据访问、缓存优化。方便用户在手机上查看文章。后续会推出HarmonyOS的适配版本。

Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

腾讯云软件源

腾讯云软件源

为解决软件依赖安装时官方源访问速度慢的问题,腾讯云为一些软件搭建了缓存服务。您可以通过使用腾讯云软件源站来提升依赖包的安装速度。为了方便用户自由搭建服务架构,目前腾讯云软件源站支持公网访问和内网访问。

Rocky Linux

Rocky Linux

Rocky Linux(中文名:洛基)是由Gregory Kurtzer于2020年12月发起的企业级Linux发行版,作为CentOS稳定版停止维护后与RHEL(Red Hat Enterprise Linux)完全兼容的开源替代方案,由社区拥有并管理,支持x86_64、aarch64等架构。其通过重新编译RHEL源代码提供长期稳定性,采用模块化包装和SELinux安全架构,默认包含GNOME桌面环境及XFS文件系统,支持十年生命周期更新。

用户登录
用户注册