- InstallĀ Docker CE from here
- Run the docker image (automatic download)
$ docker run -it --rm --cap-add syslog secunive/seclab:overflow / #
Note:
--cap-add syslog
is required to rundmesg
- The above command will start an alpine linux with gcc and a few more tools installed.
Goto Task 1!