Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 510 Bytes

Baseimage Linux

This is a simple Linux "baseimage" container. It is an Interactive container, meaning that the Console UI / CLI will talk directly to the command specified (and can be connected / disconnected repeatedly without killing the container). The command argument also MUST be specified - this is generally /bin/sh or some other useful command in the container. The baseimage container is also specifically designed for Docker and is intended as a base image for other containers to inherit from.