ic is target --gen 2
ic is volumes
ic ks worker ls -c hells-kitchen
ic iam oauth-tokens
curl -X POST "https://contai...
Container Station can leverage docker-compose like syntax to deploy applications.
version: '3'
services:
mongo-express:
image: mongo-express
restart: always
ports:
- 9091:8081
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG...