A repository for learning the book "ふつうのLinuxプログラミング".
- Docker
- docker-compose
Run bash:
$ docker-compose run ubuntu bash
Clone repository:
$ git clone https://github.com/PiroHiroPiro/linux_programming.git
$ cd linux_programming
Build image:
$ docker-compose build
This software is released under the MIT License, see LICENSE.