Home
Commands
Mount current dir into container
Mount current dir into container
Docker
docker run --rm -v "$PWD":/app -w /app <image> <command>
Copy command