Commit 06f35d137c00d2afcfe8194f7113adf8a5f9e740
1 parent
5b682adb
Exists in
master
and in
4 other branches
Atualização da ISO do CentOS 6.5 contendo a atualização das dependências do Docker
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Vagrantfile
| @@ -23,7 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | @@ -23,7 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||
| 23 | 23 | ||
| 24 | # Every Vagrant virtual environment requires a box to build off of. | 24 | # Every Vagrant virtual environment requires a box to build off of. |
| 25 | config.vm.box = "guilhermeadc/centos65" | 25 | config.vm.box = "guilhermeadc/centos65" |
| 26 | - config.vm.box_download_checksum = "1014130dff98564ca18dbf7914c89b46" | 26 | + config.vm.box_download_checksum = "5354836abdc890e57f035020965ea70e" |
| 27 | config.vm.box_download_checksum_type = "md5" | 27 | config.vm.box_download_checksum_type = "md5" |
| 28 | 28 | ||
| 29 | # Disable automatic box update checking. If you disable this, then | 29 | # Disable automatic box update checking. If you disable this, then |
| @@ -78,7 +78,7 @@ SCRIPT | @@ -78,7 +78,7 @@ SCRIPT | ||
| 78 | # Provisiona docker containers na máquina virtual | 78 | # Provisiona docker containers na máquina virtual |
| 79 | # docker run -it --name sei_data -v /mnt/sei/arquivos:/var/sei/arquivos centos:centos6 true | 79 | # docker run -it --name sei_data -v /mnt/sei/arquivos:/var/sei/arquivos centos:centos6 true |
| 80 | docker.run "sei_data", image: "centos:centos6", | 80 | docker.run "sei_data", image: "centos:centos6", |
| 81 | - daemonize: true, | 81 | + #daemonize: true, |
| 82 | args: "-v /mnt/sei/arquivos:/var/sei/arquivos", | 82 | args: "-v /mnt/sei/arquivos:/var/sei/arquivos", |
| 83 | cmd: "true" | 83 | cmd: "true" |
| 84 | 84 |