All Projects → bahamat → Docker Unix 1st Ed

bahamat / Docker Unix 1st Ed

A Docker image that drops you into 1st Edition Unix

Labels

Projects that are alternatives of or similar to Docker Unix 1st Ed

Android device samsung serranoltexx
Stars: ✭ 33 (-10.81%)
Mutual labels:  makefile
Rust Ffi Stringtools
A collection of examples how to use Rust libraries from other languages.
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Llvm Cheatsheet
LLVM, clang, ninja, dyld and others.
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Arduino Datalogging
Methods of Datalogging Sensor Data from an Arduino.
Stars: ✭ 33 (-10.81%)
Mutual labels:  makefile
Mal
mal - Make a Lisp
Stars: ✭ 8,287 (+22297.3%)
Mutual labels:  makefile
Android device xiaomi polaris
Stars: ✭ 35 (-5.41%)
Mutual labels:  makefile
Contract
My plain-language freelance contract (in Markdown).
Stars: ✭ 32 (-13.51%)
Mutual labels:  makefile
Llvm Cookbook
llvm-cookbook samples
Stars: ✭ 37 (+0%)
Mutual labels:  makefile
Android device motorola titan
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Device Sony Lilac
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Zh Google Styleguide
Google 开源项目风格指南 (中文版)
Stars: ✭ 8,315 (+22372.97%)
Mutual labels:  makefile
Docker Bitcoin Regtest
A way to experiment with Bitcoin.
Stars: ✭ 35 (-5.41%)
Mutual labels:  makefile
Golang Alpine Docker
Build golang binaries for alpine linux
Stars: ✭ 33 (-10.81%)
Mutual labels:  makefile
Avian Pack
Avian all-inclusive. Everything needed to build Avian with (or without) Android classpath.
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+2513.51%)
Mutual labels:  makefile
Espeak Korean
Korean data for eSpeak
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Syllabus
Syllabus for CompEcon Course
Stars: ✭ 37 (+0%)
Mutual labels:  makefile
I2c Slave Lib
I2C slave library for AVR 8 bit mircocontrollers
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile

Unix, 1st Edition

Based on the Unix 1st Edition June 1972 source.

Building

You don't need to build yourself, you can just run the published Docker image. However if you do want to build it, just clone this repo and run make. You'll need a functioning dev environment (e.g., build-essential) and unzip in your path.

Usage

Interactively

docker run --rm -it bahamat/unix-1st-ed

Remotely

docker run -d -P bahamat/unix-1st-ed

Logging In

Type root at the login: prompt. If you're running remotely use docker ps to see which IP/port to telnet to.

Example:

$ docker run -d -P bahamat/unix-1st-ed
7138370d4670dbab9535ea4bb3816b6ca6d02d31d8e531def5c8555046aa8ce9
$ docker ps
CONTAINER ID        IMAGE                 COMMAND                CREATED             STATUS              PORTS                     NAMES
7138370d4670        bahamat/unix-1st-ed   "/bin/sh -c ./simh.c   25 seconds ago      Up 23 seconds       0.0.0.0:32769->5555/tcp   elated_bohr
$ telnet localhost 32769
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.


Connected to the PDP-11 simulator DCI device, line 0


login: root
# ls
bin
dev
etc
tmp
#
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].