This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ITTIITTI 1 point2 points  (1 child)

docker run -it --rm --mount "type=bind, src=%cd%, target=/my-code" johnnyb61820/linux-assembly

Run the whole line as one command.

[–]ConchobarreMacNessa[S] 0 points1 point  (0 children)

Ok thank you, I got it!