
Docker Ready
Build, Share, Run. Konteyner tabanlı uygulamalarınız için native performans.
Container Deploy EtEcosystem Desteği
Docker Compose
Kubernetes (K8s)
Podman
Rancher
Portainer
Harbor Registry
Isolated Containers
SuareHost Cloud VPS altyapısı, konteyner teknolojileri için kernel seviyesinde optimize edilmiştir. Nested Virtualization desteği ile kendi cluster'ınızı kurabilirsiniz.
- ✓Ön yüklü Docker Engine & Docker Compose v2.
- ✓Private Registry barındırma imkanı.
- ✓Overlay2 storage driver ile yüksek disk performansı.
- ✓Gelişmiş iptables ve firewall yönetimi.
Quick Start
root@docker-host:~
root@host:~$ docker run -d -p 80:80 nginx
Unable to find image 'nginx:latest' locally
latest: Pulling from library/nginx...
Digest: sha256:4c11... Status: Downloaded newer image for nginx:latest
719e2730f789547d530398...
root@host:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
719e2730f789 nginx "/docker-entrypoin..." 5 seconds ago Up 4 seconds 0.0.0.0:80->80/tcp wizardly_shannon
719e2730f789 nginx "/docker-entrypoin..." 5 seconds ago Up 4 seconds 0.0.0.0:80->80/tcp wizardly_shannon
Daemon Config
/etc/docker/daemon.jsonLog driver, storage driver ve registry ayarları buradan yapılır.
Compose Projeleri
/opt/docker-projects/Örnek projeler ve compose dosyaları bu dizinde hazırdır.