# Cloud Container Engine (CCE)

<p class="callout warning">CCE is currently still in beta. Last attempt at using it was buggy.</p>

In order to push a docker image to the image repository, take the following steps:

```sh
# log in

# build Image (optional)

# tag image
docker tag {Image name}:{Tag} swr.eu-de.otc.t-systems.com/{Organization}/{Image name}:{Tag}

# push docker image to swr
docker push swr.eu-de.otc.t-systems.com/{Organization}/{Image name}


```