[root@master target]# docker exec -it 860b9dffae92 bash
root@860b9dffae92:/# ps -ef | grep mysql
mysql 1 0 0 11:00 ? 00:00:10 mysqld --default-authentication-plugin=mysql_native_password
root@860b9dffae92:/#
[root@master target]# docker run -it busybox
/ # ps aux
PID USER TIME COMMAND
1 root 0:00 sh
6 root 0:00 ps aux
/ # ps aux
PID USER TIME COMMAND
1 root 0:00 sh
7 root 0:00 ps aux
/ #