8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vagrant-centos-docker

Posted at

vagrant-centos-docker

VirtualBox で Docker を使える CentOS な仮想PCを動かす Vagrantfile です。

プロキシー環境の人は
$ vagrant plugin install vagrant-proxyconf
をインストールした上で Vagrantfile にプロキシーの設定をしてください。

残念ながらproxy環境では vagrant up の最中の docker provisioner による docker pull などはできません。vagrant up して vagrant ssh して、コマンドラインから docker pull してください。
proxy の設定をデーモンに反映させるために、service docker restart する必要があるかもしれません。

8
8
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?