Sign inSign up

masgari/base

By masgari

Updated almost 11 years ago

Image
0

247

masgari/base repository overview

base

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

Makefile

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

Tag summary

Content type

Image

Digest

sha256:f1f377298

Size

184.6 MB

Last updated

almost 11 years ago

docker pull masgari/base