Inspired by: https://github.com/kespinola/dotfiles
Target embedded software development:
- arm toolchain
- ceedling tool
- plantuml
- rust
- yocto utils ...
Configuration file is located here
This command installs all required packages
$ ./bin/dot-bootstrap env
This command installs all required packages
$ ./bin/dot-bootstrap venv
In order to build dockerfile, you can run the following command
$ docker build -t virtual-env .
As an example, to run it using docker-compose
services:
virtual-env:
image: virtual-env
volumes:
- ./workspace:/home/dev/workspace
secrets:
- user_ssh_key
secrets:
user_ssh_key:
file: ~/.ssh/id_rsa