4 lines
43 B
Bash
4 lines
43 B
Bash
#!/bin/bash
|
|
|
|
sudo docker image prune -f -a
|
#!/bin/bash
|
|
|
|
sudo docker image prune -f -a
|