Skip to content

Commit

Permalink
Remove Chef and Puppet from williamyeh/ubuntu-trusty64-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed Jan 7, 2015
1 parent b8f0353 commit f54ea58
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Use the following public box names (all available from [Vagrant Cloud](https://v

- Ubuntu 14.04.1 LTS ("Trusty") x64:

- [`williamyeh/ubuntu-trusty64-docker`](https://vagrantcloud.com/williamyeh/ubuntu-trusty64-docker)
- [`williamyeh/ubuntu-trusty64-docker`](https://vagrantcloud.com/williamyeh/ubuntu-trusty64-docker), basically [ubuntu/trusty64](https://vagrantcloud.com/ubuntu/boxes/trusty64) + Docker - Chef - Puppet

- [`williamyeh/insecure-registry`](https://vagrantcloud.com/williamyeh/insecure-registry), basically `williamyeh/ubuntu-trusty64-docker` + [Docker Registry](https://github.com/docker/docker-registry) - Chef - Puppet
- [`williamyeh/insecure-registry`](https://vagrantcloud.com/williamyeh/insecure-registry), basically `williamyeh/ubuntu-trusty64-docker` + [Docker Registry](https://github.com/docker/docker-registry)

- [`williamyeh/ubuntu-trusty64-kubernetes`](https://vagrantcloud.com/williamyeh/ubuntu-trusty64-kubernetes), basically `williamyeh/ubuntu-trusty64-docker` + Kubernetes

Expand Down Expand Up @@ -93,4 +93,4 @@ For live demo, see [Building a Docker-enabled Vagrant box for Debian jessie x86_

Licensed under [MIT license](http://creativecommons.org/licenses/MIT/).

Copyright © 2013+ William Yeh - [https://github.com/William-Yeh](https://github.com/William-Yeh).
Copyright © 2013-2015 William Yeh - [https://github.com/William-Yeh](https://github.com/William-Yeh).
14 changes: 14 additions & 0 deletions debian-jessie/vagrant-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ sed -i -e \
#sudo ufw reload


#
# override "insecure-registry" error for private registry to ease testing
# @see http://stackoverflow.com/a/27163607/714426
#
cat << EOF_REGISTRY >> /etc/default/docker
# allow HTTP access to private registry "registry.com"
DOCKER_OPTS="--insecure-registry registry.com"
#DOCKER_OPTS="--insecure-registry 10.0.0.0/24 --insecure-registry registry.com"
EOF_REGISTRY



# install Fig
# @see http://www.fig.sh/install.html
curl -o fig -L https://github.com/docker/fig/releases/download/$FIG_VERSION/fig-`uname -s`-`uname -m`
Expand Down
1 change: 1 addition & 0 deletions ubuntu-trusty/vagrant-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ rm *.tar.gz
# clean up
sudo docker rm `sudo docker ps --no-trunc -a -q`
sudo docker rmi busybox
sudo apt-get autoremove -y chef puppet
sudo apt-get clean
sudo rm -f \
/var/log/messages \
Expand Down

0 comments on commit f54ea58

Please sign in to comment.