Sign inSign up

idoall/ubuntu

By idoall

Updated about 6 years ago

ubuntu

Image
1

8.5K

idoall/ubuntu repository overview

docker-ubuntu16.04

This repository contains the sources for the following docker base images:

Developing

# Pull image
git clone https://github.com/idoall/docker.git
cd ubuntu/16.04

# hack hack hack

# build
docker build -t idoall/ubuntu:16.04 .

# run
docker run -it \
--rm \
--name ubuntu16 \
--hostname ubuntu16 \
idoall/ubuntu:16.04 \
/bin/bash


# view supervisor version
docker exec -it ubuntu16 supervisord -v


# access the contain
docker exec -it ubuntu16 /bin/bash

Tag summary

Content type

Image

Digest

Size

159.9 MB

Last updated

about 6 years ago

docker pull idoall/ubuntu