Removing misplaced file
This commit is contained in:
parent
80deeff141
commit
7050e47a8c
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
source build/bashrc
|
||||
sudo dnf install -y yum-utils device-mapper-persistent-data lvm2
|
||||
sudo dnf -y install dnf-plugins-core
|
||||
sudo dnf config-manager \
|
||||
--add-repo \
|
||||
https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
|
||||
sudo dnf -y install docker-ce docker-ce-cli containerd.io
|
||||
dnf list docker-ce --showduplicates | sort -r
|
||||
|
||||
sudo systemctl start docker
|
||||
sudo systemctl enable docker
|
||||
sudo usermod -aG docker vagrant
|
||||
sudo systemctl daemon-reload
|
||||
|
||||
|
||||
sh build/createMassDockerImages.sh
|
||||
|
||||
sh build/fetchSampleDatabases.sh fetchall
|
||||
|
||||
exec_mysqls build/configimg.conf mysql contents/sakila-db/sakila-schema.sql
|
||||
exec_mysqls build/configimg.conf mysql contents/sakila-db/sakila-data.sql
|
Loading…
Reference in a new issue