D3strukt0r / ubuntu-docker

Ubuntu inside a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu

Ubuntu inside a container

License Docker Stars Docker Pulls Contributor Covenant

master-branch (alias stable, latest)

Getting Started

These instructions will cover usage information and for the docker container

Prerequisites

In order to run this container you'll need docker installed.

Usage

Container Parameters

List the different parameters available to your container

docker run give.example.org/of/your/container:v0.2.1 parameters

One example per permutation

docker run give.example.org/of/your/container:v0.2.1

Show how to get a shell started in your container too

docker run give.example.org/of/your/container:v0.2.1 bash

Environment Variables

  • VARIABLE_ONE - A Description
  • ANOTHER_VAR - More Description
  • YOU_GET_THE_IDEA - And another

Volumes

  • /your/file/location - File location

Useful File Locations

  • /some/special/script.sh - List special scripts

  • /magic/dir - And also directories

Built With

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct, and CONTRIBUTING.md for the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

All the authors can be seen in the AUTHORS.md file.

Contributors can be seen in the CONTRIBUTORS.md file.

See also the full list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

A list of used libraries and code with their licenses can be seen in the ACKNOWLEDGMENTS.md file.

About

Ubuntu inside a container

License:MIT License


Languages

Language:Shell 93.4%Language:Dockerfile 6.6%