You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Zow 52b7ac9b2f
fix ci/cd error (#195)
* fix ci/cd error

* update copyright year

* Modify remaining years

* solve ci report settings.json code style

* update .prettierrc.json

* prettierrc fix code style

* fix rb file i.to_s and code style

* fix error Line is too long. [101/100]

* Modify the Ruby file format and restore other file formats

* update makefile and readme file space
8 months ago
..
rustembedded-osdev-utils fix ci/cd error (#195) 8 months ago
README.md Add docker folder README 5 years ago

README.md

Docker containers for easy dependency bundling

To facilitate downloading, building and running the required development tools, some of the tutorials in this repository use a container software called docker. While docker specifics are outside of this tutorial's scope it is worth mentioning that human readable docker configuration files named "Dockerfile" exist in the sub-directories of this folder.

These files may be of interest to those who want details about what will happen when docker is invoked.