Ubuntu precise (12.04) configured for UK sources with London time zone.
Installed application and services:
curl, wget, unzip
ssh server
ssh root@<container-ip>
Password: r
REPO=masgari/base
.DEFAULT: build
.PHONY: build push all
all: build
build:
docker build -t $(REPO):precise .
push:
docker push $(REPO)
run:
docker run -t -rm $(REPO) $(filter-out $@,$(MAKECMDGOALS)) $(ARGS)
bash:
docker run -t -i -rm $(REPO) /bin/bash
Content type
Image
Digest
sha256:f1f377298…
Size
184.6 MB
Last updated
almost 11 years ago
docker pull masgari/base