We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker run
1 parent 15c4071 commit 7cd28d4Copy full SHA for 7cd28d4
Makefile
@@ -15,4 +15,4 @@ format:
15
.PHONY: test build
16
test: $(AKG)
17
docker build -t authorized-keys-github-test .
18
- docker run --privileged -ti authorized-keys-github-test
+ docker run -e TERM=xterm --privileged -i authorized-keys-github-test
0 commit comments