Stopping Altibase Service Container
To stop a running container, use the docker stop command. Stopped containers are not deleted and can be rerun with the docker start command.
Deleting Altibaser Service Container
To delete a container, the container must be stopped.
When retrieving the container, use the docker ps command. Add the -a option when retrieving the stopped container.
To delete a stopped container, use the docker rm command.
Reference
Docker Documentation: https://docs.docker.com/