⚲
Project
General
Profile
Sign in
Register
Dashboard
Home
Projects
Help
Search
:
Débuter avec Vagrant
All Projects
Formations Techniques
»
Débuter avec Vagrant
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (363 Bytes)
Wiki
» Vagrantfile
Sofiane Mokrane
, 11 Aug 2020 12:38
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"ubuntu/bionic64"
config
.
disksize
.
size
=
'20GB'
config
.
vm
.
network
"private_network"
,
ip:
"192.168.33.102"
config
.
vm
.
provider
"virtualbox"
do
|
vb
|
vb
.
memory
=
4096
end
#config.vm.provision :docker
#config.vm.provision :docker_compose, yml: "/vagrant/docker-compose.yml", run: "always"
end
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...