IT Learning

Collection of IT learning resources

Containers

Containerd

Docker

docker volume create --name [name] --opt type=nfs --opt device=:/volume1/[name] --opt o=addr=nasserver.domain.com
docker run -it --rm --name=[containername] --mount source=[name],destination=/test ubuntu

Registry

/mnt/registry:/var/lib/registry

https://myregistry:5012/v2/_catalog
https://myregistry:5012/v2/ubuntu/tags/list

Build

Compose

Portainer

Linux

apt-get update
wget -qO- https://get.docker.com | sh
sudo gpasswd -a $USER docker

re-login with new group membership:

newgrp docker

Powershell Containers

Rancher

Windows

Videos

IMAGE ALT TEXT HERE