Image for performing exercises for Udacity 'Networking for Web Developers' course
1M+
This image can be used to perform the exercises for Udacity 'Networking for Web Developers' course
To use this image with the exercises, run:
docker run --rm -it --name udacity_networking skuenzli/udacity-networking:2017-01-01
In order to enter the container from another shell, use docker exec to start another bash process:
# the ps command inside the $() finds the id of the running udacity_networking container:
docker exec -it $(docker ps --quiet --filter name=udacity_networking) /bin/bash
Type exit to leave the container.
Content type
Image
Digest
Size
101.6 MB
Last updated
over 9 years ago
docker pull skuenzli/udacity-networking