Skip to content

Docs for "pure" docker-based execution #2

@aaronsteers

Description

@aaronsteers

An inquiry from slack came through regarding whether this can be run without any python wrapper.

This would be good to explore and document.

From the logs, here's the docker run statement from plan when running locally. (The plan statement is Tapdance's replacement for discover.)

docker run  -v C:\Files\Source\tapdance\samples\taps:/projects/my-project -w /projects/my-project dataopstk/tapdance:tap-covid-19 tapdance plan covid-19

And here's the sync command:

docker run -v C:\Files\Source\tapdance\samples\taps\covid-19:/projects/my-project -w /projects/my-project dataopstk/tapdance:covid-19-to-csv tapdance sync covid-19 csv

And a screenshot of a sync running natively in ECS (dockerized):

image

(Note that currently, running the sync command also runs plan.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions