4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#docker run --entrypoint "/bin/sh" -it --rm cpp-httplib-builder:latest -c "/bin/sh"
|
|
docker run -it --rm cpp-httplib-builder:latest -c "/bin/bash"
|
|
|