[Why] Current container name is 'samba', it is neither easy to remember nor easy to search.
So change the container name from 'samba' to 'os-cifs'.
Signed-off-by: Yu Chuan 13186087857@163.com --- container/os-cifs/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/os-cifs/start b/container/os-cifs/start index cd33e207c709..6cc08c629fbd 100755 --- a/container/os-cifs/start +++ b/container/os-cifs/start @@ -17,7 +17,7 @@ cmd=( -v /etc/localtime:/etc/localtime:ro -v /srv/initrd:/srv/initrd -v /srv/result:/srv/result - --name samba + --name os-cifs --restart=always alpine/samba )