• A 'container image' is a snapshot of a container. You can host your container images with GitLab.
    To start using container images hosted on GitLab you first need to login:

    docker login git.logicloop.io:3214

    Then you are free to create and upload a container image with build and push commands:
    docker build -t git.logicloop.io:3214/root/programmer_challenge_start .
    docker push git.logicloop.io:3214/root/programmer_challenge_start

  • No images in Container Registry for this project.