11 lines
124 B
Bash
Executable File
11 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker stop $(docker ps -aq)
|
|
|
|
docker system prune -f
|
|
|
|
docker network create homepage
|
|
|
|
./pull
|
|
./bin/script/init
|