Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
In short: How can I set the HTTP/HTTPS proxies for Docker on Mac OS X? In detail: I run Docker (1.12) on Mac OS X behind a proxy. I followed the installation instructions and installed boot2docker. This is working fine if I pull from my network-internal Docker registry. However, I get the following error when pulling from docker.io: machine:~ me$ docker run ubuntu echo hello world Unable to find i
Linux/OSSに不慣れでも大丈夫! WindowsでDockerを扱う際のポイント:山市良のうぃんどうず日記(34) 本連載第31回は「Azureで始めるDocker入門」を掲載しました。掲載後、すぐに「Docker 1.6」がリリースされたので、意図したわけではありませんが、タイムリーな記事になったと思います。今回は、その記事でも紹介した「Docker Client for Windows」をフォローアップします。 連載目次 Docker Client for Windows Previewが登場 先月の記事(第31回)は、Azure仮想マシンの仮想マシンギャラリーにある「CoreOS」のテンプレートから仮想マシンを作成して、「Docker 1.5」を試してみるという内容でした。 所要時間わずか10分で「Docker」を体験しよう―Azureで始めるDocker入門(第31回) 記事
I've just installed a new Boot2Docker and I get client and server don't have the same version There's a good chance that your Boot2Docker virtual machine existed before you upgraded your Docker client - what you need to run, is boot2docker upgrade. For example, on Windows, having just installed using the 1.6.0 installer, I had the following: export DOCKER_TLS_VERIFY=1 You can now use `docker` dire
ここ最近、Macのboot2dockerを使っているのですが、MacBook Airのディスクを圧迫し始めて、なかなかつらい状況になってきました。そこで、boot2dockerが使っている仮想マシンディスクなどを外部のディスク(USBメモリ)に移動する事にしました。 移動する前のファイルの構成は以下の様になっていました。 ~/.boot2docker (boot2dockerが使う仮想マシンディスクのデフォルトの保存先)boot2docker-vm.vmdk (10GBくらい)boot2docker.iso (24MBくらい)~/VirtualBox\ VMs/boot2docker-vm (boot2dockerのVirtualBoxの仮想マシン)boot2dockerを停止boot2dockerが起動している場合、停止しておきます。 VirtualBoxに登録されている仮想マシンを除去
Windows へ Boot2Docker を入れる方法や、入れた後の起動や容量に関する課題を整理しました。 ■ Docker を Windows で使う DockerはLinuxコンテナを手軽に扱うためのアプリケーションです。LXCとはLinux Containersという名前の通り、Linuxでしか使えないのかな?という先入観がありますが、決してそうではありません。Windows でも Docker を簡単に扱えるようにするための、「Boot2Docker」というツールが、Docker社から提供されています。 Boot2Dockerの実態は、仮想マシン管理ソフトウェア VirtualBox と、その上で Docker を動かすための仮想マシンと OS “Tiny Linux Core Linux” を使い、この仮想マシンにログインし、Linux 上で Docker を扱うのと同等の環
Dockerを使い始めて最初にひっかかるポイントとしては「WindowsにはDockerクライアントがない」という点です。 それは boot2docker を導入したところで同じで、Windows上では docker コマンドを結局直接実行することができません。 どの記事をみても、Windowsで利用する場合は boot2docker ssh してゲストOS(dockerコマンドを実行するための軽量Linux OS)から実行するようなことが紹介されています。 (次期Windows Serverに docker.exe が付属することが最近発表されましたが、まだいつになるかわかりません) これではせっかくdockerを導入しようにも「Macを利用しないといけないのか」というお話になり、 (Macにはdockerクライアントがあるので、dockerコマンドを直接OSX上で実行出来ます) 大多数
このエントリは「Web API Advent Calendar 2014」の12/3担当です。次は「YosAwed」さんです。 最近話題のDockerですが、みなさんもう使ってますよね? Dockerはクライアント-サーバーアーキテクチャを採用しており、DockerクライアントとDockerサーバーがRemote API経由で接続されています。つまり、「docker ps」などのコマンドはすべてサーバーに送られて処理されているということです。 このRemote API、実は(ほぼ)RESTになっていて、Dockerクライアント以外からでも利用することが可能です。そこで、Remote APIを直接使う方法についてご紹介したいと思います。 テストした環境 Mac OS X(Yosemite)のBoot2Dockerを利用しました。Linux環境でもDockerサーバーの設定だけ追加すれば大丈夫
Hello. How are you? Thanks for stopping by. It used to be tricky to get Docker working on OS X, which is why I wrote this here blog post. With the release of Docker 1.8, it just got way easier. Now there's a new thing, Docker Toolbox, that makes it super easy. You should install that instead of reading this post. Or you can read it if you want, I think it's a pretty good blog post and you'll learn
Boot2Docker経由でDockerを利用する場合、dockerコマンドにDockerホストの接続先や証明書のパスなどを教えてやるために環境変数を設定する必要があります。 設定すべき内容は「boot2docker shellinit」コマンドで確認できます。 $ boot2docker shellinit Writing /Users/nobusue/.boot2docker/certs/boot2docker-vm/ca.pem Writing /Users/nobusue/.boot2docker/certs/boot2docker-vm/cert.pem Writing /Users/nobusue/.boot2docker/certs/boot2docker-vm/key.pem export DOCKER_CERT_PATH=/Users/nobusue/.boot2dock
はじめに Docker 1.3がリリースされましたね! DOCKER 1.3: SIGNED IMAGES, PROCESS INJECTION, SECURITY OPTIONS, MAC SHARED DIRECTORIES それに合わせて、Dockerコンテナのオーケストレーションツールであるfigも1.0がリリースされました! FIG 1.0: BOOT2DOCKER COMPATIBILITY AND MORE figの概要についてざっとご説明すると「複数のDockerコンテナの定義をYAML形式の設定ファイルに書いておくことで、コマンド一発で構築したり構成変更できたりする」という便利ツールです。 ということで、fig 1.0リリース記念、Mac OS X上でfigを使ってみました! やってみる boot2dockerのセットアップ boot2dockerのgithubリポジトリ
NEWER EDITION AVAILABLE IN MEAP Docker in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition! You may still purchase Docker in Action (First Edition) using the Buy options on this page. Docker in Action teaches readers how to create, deploy, and manage applications hosted in
Docker1.3がリリースされましたね! それに合わせて、周辺ツールがアップデートされていて とても便利になったと感じたので紹介してみます。 Docker/boot2docker Docker 1.3: signed images, process injection, security options, Mac shared directories boot2dockerでのVolume問題が解決しそう Virtual Box Guest Additionsをサポートしたことにより、 MacOS上のファイルとコンテナ内の同期が簡単になりました。 またDockerがexecコマンドをサポートしたことにより sshインストールなしでコンテナ内でコマンド実行することが出来ます。 でかい。 figは複数のDockerコンテナをお手軽に管理するためのツールです。 シンプルなyamlファイルを用意
Software development is not an easy process. It involves a lot of trial and error. Not only that, but software development also includes various steps and stages. There are many tools called build tools that assist in the process of software creation and development. These tools make the task of developing software much easier and more convenient. Building tools or even applications such as maven,
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く