mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
docker: small doc improvements
This commit is contained in:
11
build-docker
11
build-docker
@@ -38,13 +38,12 @@ See also: https://github.com/cirosantilli/linux-kernel-module-cheatTODO#ubuntu-g
|
||||
'docker',
|
||||
'create',
|
||||
'--name', container_name,
|
||||
'--net',
|
||||
'host',
|
||||
'-i',
|
||||
'--network', 'host',
|
||||
'--interactive',
|
||||
'--privileged',
|
||||
'-t',
|
||||
'-w', target_dir,
|
||||
'-v', '{}:{}'.format(kwargs['root_dir'], target_dir),
|
||||
'--tty',
|
||||
'--workdir', target_dir,
|
||||
'--volume', '{}:{}'.format(kwargs['root_dir'], target_dir),
|
||||
'ubuntu:20.04',
|
||||
'bash',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user