A Dockerfile that produces a Docker Image for Ubuntu Trusty.
To create the image gstack/ubuntu-trusty, execute the following command on
the docker-ubuntu-trusty folder:
$ docker build -t gstack/ubuntu-trusty .
To run the image:
$ docker run -ti --rm --name ubuntu gstack/ubuntu-trusty
Copyright (c) 2014 Ferran Rodenas. Copyright (c) 2018 Benjamin Gandon. See LICENSE for details.
Content type
Image
Digest
Size
176.8 MB
Last updated
about 8 years ago
docker pull gstack/ubuntu-trusty