/linux_practice

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

Primary LanguageCGNU General Public License v2.0GPL-2.0

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.