Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroc0d3/ubuntu-core
Docker base image for Ubuntu with some core libraries & utilities.
https://github.com/zeroc0d3/ubuntu-core
docker docker-image dockerfile ubuntu
Last synced: 18 days ago
JSON representation
Docker base image for Ubuntu with some core libraries & utilities.
- Host: GitHub
- URL: https://github.com/zeroc0d3/ubuntu-core
- Owner: zeroc0d3
- License: mit
- Created: 2017-04-27T17:21:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T22:36:32.000Z (over 7 years ago)
- Last Synced: 2024-10-30T03:49:30.470Z (about 2 months ago)
- Topics: docker, docker-image, dockerfile, ubuntu
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu (Core)
[![](https://images.microbadger.com/badges/image/zeroc0d3/ubuntu-core:16.04.svg)](https://microbadger.com/images/zeroc0d3/ubuntu-core:16.04 "Layers") [![](https://images.microbadger.com/badges/version/zeroc0d3/ubuntu-core:16.04.svg)](https://microbadger.com/images/zeroc0d3/ubuntu-core:16.04 "16.04")
Docker base image for Ubuntu with some core libraries & utilities.
## What's included
* **Utilities**: vim, tmux, screen, lsof, tcpdump, iptraf
# Usage
* Create `Dockerfile` in your project and add the following
```
# Dockerfile
FROM zeroc0d3/ubuntu-core:16.04
```## Build and run docker
```
# build your dockerfile
$ docker build -t your/project .
```