CLI for CS50
This is the CLI (Command-Line Interface) for CS50, a course in web development from Harvard University.
You can use this image to run the CLI on your machine.
Here are some examples of how you might use this image:
docker run -it cs50/cli:latest bash
docker run -it cs50/cli:latest /bin/bash -c "ls"
This will start a new container with the latest version of this image and open a Bash shell in it. You can then run the ls
command inside that container.