Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1444

Use docker entrypoint or supplied cmdline

    XMLWordPrintableJSON

Details

    • Story
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Docker, Usability
    • None

    Description

      As an Aurora user, I would like to be able to pull a docker container, run with constraints, and rely on the dockerfile entrypoint or supplied commands to run.

      At the moment all jobs must supply a cmdline flag, even for docker containers.

      Example:

      mycontainer = Task(
        name = 'container task',
        resources = Resources(cpu = 0.1, ram = 32*MB, disk=8*MB))
      
      jobs = [
        Service(cluster = 'devcluster',
                environment = 'devel',
                role = 'web-server',
                name = 'mycontainerjob',
                container = Container(docker = Docker(image = 'myimage:theimagetag')))]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            cmluciano Christopher M Luciano
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: