6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker stop fit
|
|
docker rm fit
|
|
docker run --name fit --restart=unless-stopped -d fit
|