Skip to content
Unfurl Cloud
  • Dashboard
  • Blueprints
  • Cloud
Projects Groups Topics Snippets
  • Help
  • Register
  • Sign in
  • unfurl unfurl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Docker runtime

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Adam requested to merge docker-runtime2 into master Jun 25, 2021
  • Overview 3
  • Commits 11
  • Pipelines 0
  • Changes 8

Created by: jozo

I tried it with unfurl-campsite and it seems to work :)

Command like this one:

unfurl --runtime "docker:unfurloc:latest --privileged" deploy aws

translates to:

docker run --rm -w /data -e HOME='/home/jozo' -e USER=jozo -e AWS_DEFAULT_REGION=eu-central-1 -e GOOGLE_PROJECT=unfurl-test -e GOOGLE_REGION=europe-central2 -e GOOGLE_ZONE=europe-central2-a -v /home/jozo/d/unfurl-campsite:/data -v /home/jozo:/home/jozo -v /var/run/docker.sock:/var/run/docker.sock --privileged -u 1000:1000 unfurloc:latest unfurl deploy aws
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: docker-runtime2