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 = "Gokberk Yaltirakli",
journal = "gkbrk.com",
year = "2021",
url = "https://www.gkbrk.com/wiki/Docker/"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation Gokberk Yaltirakli, "Docker", April, 2021. [Online]. Available: https://www.gkbrk.com/wiki/Docker/. [Accessed Apr. 17, 2021].
APA Style Yaltirakli, G. (2021, April 17). Docker. https://www.gkbrk.com/wiki/Docker/
Bluebook Style Gokberk Yaltirakli, Docker, GKBRK.COM (Apr. 17, 2021), https://www.gkbrk.com/wiki/Docker/