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: 10 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T22:36:32.000Z (over 8 years ago)
- Last Synced: 2025-02-05T06:13:47.024Z (12 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://microbadger.com/images/zeroc0d3/ubuntu-core:16.04 "Layers") [](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 .
```