https://github.com/eridem/docker-ubuntu-powernap-edition
⚙️ Custom Ubuntu Docker image for my projects and work
https://github.com/eridem/docker-ubuntu-powernap-edition
docker infrastructure tools ubuntu
Last synced: about 1 month ago
JSON representation
⚙️ Custom Ubuntu Docker image for my projects and work
- Host: GitHub
- URL: https://github.com/eridem/docker-ubuntu-powernap-edition
- Owner: eridem
- License: mit
- Created: 2017-05-28T14:43:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T21:18:25.000Z (about 9 years ago)
- Last Synced: 2025-01-06T08:21:04.370Z (over 1 year ago)
- Topics: docker, infrastructure, tools, ubuntu
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu Powernap Edition
Dockerized Ubuntu version with common infrastructure and development tools.
## Features
It has installed all tools included in the *Ubuntu* version plus the following ones:
| Topic | Commands / Description |
| ------------- |-------------|
| Ubuntu | `16.04` |
| Terminal | `ZSH` |
| Editors | `nano`, `jq` |
| Web | `curl`, `wget` |
| Networking | `arp`, `hostname`, `ifconfig`, `netstat`, `rarp`, `route`, `plipconfig`, `slattach`, `mii-tool`, `iptunnel`, `ipmaddr` |
| Hashicorp | `consul`, `terraform`, `nomad`, `vault` |
## Running it
Create a new terminal:
```sh
docker run -it eridemnet/powernap
```
Run a command inside:
```sh
docker run -it eridemnet/powernap ping ubuntu.com
```