Docker
Reading time: less than 1 minute Docker is a software system for creating and running containers.
Prune old docker files
Build and run a Dockerfile
docker run -it \
-p 70:70 \
-d \
$(docker build -q .)
Container OS / CoreOS randomly kills my containers
You can prevent this by writing SystemD service files that restarts your containers when they die. In this scenario, SystemD acts as a watchdog. You can also observe the container states and logs via SystemD if you do this.
Citation
If you find this work useful, please cite it as:
@article{yaltirakliwikidocker,
title = "Docker",
author = "Yaltirakli, Gokberk",
journal = "gkbrk.com",
year = "2023",
url = "https://www.gkbrk.com/wiki/Docker/"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation Gokberk Yaltirakli, "Docker", May, 2023. [Online]. Available: https://www.gkbrk.com/wiki/Docker/. [Accessed May. 30, 2023].
APA Style Yaltirakli, G. (2023, May 30). Docker. https://www.gkbrk.com/wiki/Docker/
Bluebook Style Gokberk Yaltirakli, Docker, GKBRK.COM (May. 30, 2023), https://www.gkbrk.com/wiki/Docker/