Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nomad-remote-tools-hub
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-remote-tools-hub
  • Merge requests
  • !5

Added a simple hello world docker run test, docker name prefixes, CI runs docker. #14

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Markus Scheidgen requested to merge test-docker into develop Sep 29, 2021
  • Overview 6
  • Commits 1
  • Pipelines 3
  • Changes 6

This is a step of #14 (closed)

  • Added a simple test that runs a docker container on the target environment
  • Added north.config.docker_url and north.config.docker_name_prefix to configure the target docker environment
  • docker_name_prefix has to be used on all containers. All containers need a name and this as prefix. You have to assume that the target docker environment might run other services.
  • The tests will clean up all container with the configured docker_name_prefix
  • Also added a the architecture image to readme as a bit of documentation
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: test-docker