Linux/Docker
< Linux
Installation
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt update apt-cache policy docker-ce sudo apt install docker-ce sudo systemctl status docker
Links
- https://docs.docker.com/install/linux/docker-ce/ubuntu
- https://medium.com/@sebagomez/installing-the-docker-client-on-ubuntus-windows-subsystem-for-linux-612b392a44c4
- https://www.youtube.com/watch?v=YFl2mCHdv24
- https://www.youtube.com/watch?v=Qw9zlE3t8Ko
- https://www.youtube.com/watch?v=hnxI-K10auY
- https://medium.freecodecamp.org/docker-quick-start-video-tutorials-1dfc575522a0
- https://stackify.com/docker-tutorial/
- https://github.com/tomav/docker-mailserver/blob/master/Dockerfile
- https://docs.docker.com/get-started/#test-docker-version
- https://docs.microsoft.com/de-de/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows
- https://www.hanselman.com/blog/HowToSetUpKubernetesOnWindows10WithDockerForWindowsAndRunASPNETCore.aspx
- https://tutorials.ubuntu.com/tutorial/tutorial-windows-ubuntu-hyperv-containers#2