Sign inSign up

skuenzli/udacity-networking

By skuenzli

Updated over 9 years ago

Image for performing exercises for Udacity 'Networking for Web Developers' course

Image
1

1M+

skuenzli/udacity-networking repository overview

Overview

This image can be used to perform the exercises for Udacity 'Networking for Web Developers' course

Running

To use this image with the exercises, run:

docker run --rm -it --name udacity_networking skuenzli/udacity-networking:2017-01-01

Another Shell

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.

Resources

Tag summary

Content type

Image

Digest

Size

101.6 MB

Last updated

over 9 years ago

docker pull skuenzli/udacity-networking