Skip to content

Add Dockerfile/Docker compose #11

Closed
@AdamZsofi

Description

Hi,

It was not clear from the readme, what distributions avr works on, but I saw dependencies are installed with apt.

I am not sure how active this tool/repository is, but I propose the addition of a really simple dockerfile to make the tool easier to try locally. I attached the dockerfile and docker-compose I used, usage is the following:

  1. (have docker and docker-compose set up on your machine)
  2. docker-compose up -d
  3. docker exec -it avr-docker-avr-1 bash
  4. run ./build.sh manually, as it is interactive
  5. use the examples in this repository or put any input files into the input_files directory besides the docker files, it will be available under /app/input_files
  6. use avr

It is a simple container that could be improved in many ways, but it works. Maybe it will be useful for somebody else as well.

docker-compose.yml.txt
Dockerfile.txt
(remove .txt extension from both files)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions