Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cidre-public
Systemes d exploitation
xv6-riscv-tp
Commits
74bf3bd9
Commit
74bf3bd9
authored
Apr 29, 2021
by
Wilke Pierre
Browse files
moins de ports exposés
parent
0a622a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
74bf3bd9
...
...
@@ -188,7 +188,7 @@ docker-qemu:
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu
${MAKEFLAGS}
docker-qemu-gdb
:
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-p
2
5
000-26
5
00:2
5
000-26
5
00
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu-gdb
${MAKEFLAGS}
docker run
--rm
--user
$(
shell
id
-u
)
:
$(
shell
id
-g
)
--name
os-container
-p
2
6
000-2600
3
:2
6
000-2600
3
-v
$(
shell
pwd
)
:/data
-it
pwilke/os-infosec
${MAKE}
qemu-gdb
${MAKEFLAGS}
##
## FOR submitting lab solutions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment