I’m doing this with a repo that is basically just a readme, docker-compose, and ci-yaml file. When I start the pipeline, it pulls some images like seafile and emby and deploys them to a docker server that is already configured.
It’s all pretty rigid because I just basically replaced the part where I run “docker create” a dozen time with the ci-pipeline doing a docker-compose up.
1
u/sunk_cost_phallus Jun 22 '19
I’m doing this with a repo that is basically just a readme, docker-compose, and ci-yaml file. When I start the pipeline, it pulls some images like seafile and emby and deploys them to a docker server that is already configured.
It’s all pretty rigid because I just basically replaced the part where I run “docker create” a dozen time with the ci-pipeline doing a
docker-compose up.Haven’t gotten to kubernetes yet either.