kumewata / linux_practice

【試して理解】Linuxのしくみ、の勉強用リポジトリです。

Home Page:https://gihyo.jp/book/2018/978-4-7741-9607-7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

[試して理解]Linuxのしくみ~実験と図解で学ぶOSとハードウェアの基礎知識のサンプルコードをDocker環境で試せるようにしたリポジトリです。

Usage

Preparation

Install Docker.

For MacOS/Linux

  1. Build Docker image

    ./setup.sh

  2. Start bash with Docker container

    ./run_bash.sh

For Windows

@command prompt or PowerShell

  1. Build Docker image

    setup.bat

  2. Start bash with Docker container

    run_bash.bat

Tips

Go into the container which is already running.

Run docker exec -it clang bash at another tab/window.

About

【試して理解】Linuxのしくみ、の勉強用リポジトリです。

https://gihyo.jp/book/2018/978-4-7741-9607-7

License:GNU General Public License v2.0


Languages

Language:C 93.1%Language:Shell 4.7%Language:Batchfile 1.3%Language:Dockerfile 0.7%Language:Python 0.2%