itlinks

View the Project on GitHub alexg16/itlinks

Containers

Docker

/mnt/registry:/var/lib/registry

https://myregistry:5012/v2/_catalog
https://myregistry:5012/v2/ubuntu/tags/list
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

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