Docker2Kube
Github
docker-compose
version: '3' services: nginx: image: nginx:latest ports: - "80:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf restart: always
OR docker command
Update
→
Kubernetes