You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI that takes important attributes of a service and adds it in the docker-compose.yaml file (if docker-compose.yaml doesn't exists, it creates a docker-compose.yaml)
A CLI that takes important attributes of a service and adds it in the docker-compose.yaml file (if docker-compose.yaml doesn't exists, it creates a docker-compose.yaml)
SERVICE_NAME
IMAGE_URL
MEM_LIMIT
REPLICAS
ENVIRONMENT: a:b c:d e:f
VOLUMES
Service attributes will be very similar to what we had in K8S.
The text was updated successfully, but these errors were encountered: