Sign inSign up

tvaughan/ubuntu

By tvaughan

•Updated over 10 years ago

ubuntu in a docker container

Image
0

1.8K

tvaughan/ubuntu repository overview

⁠Usage

Create a script called bash that looks like:

#!/bin/sh
docker run --rm -i -t -v $PWD:/mnt/workdir tvaughan/ubuntu:15.10 bash "$@"

make it executable, and then run it.

Tag summary

Content type

Image

Digest

Size

151.6 MB

Last updated

over 10 years ago

docker pull tvaughan/ubuntu