A Mounting Issue

Now, it sounds that the container is gone:

$ sudo docker exec -it w2l bash
Error: No such container: w2l

When I do:

$ sudo docker ps -a

the container, w2l, is not on the list anymore. I did not remove it. Anyway to have it back? In the future, how may I prevent this happen again? Thank you!