An open API service indexing awesome lists of open source software.

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

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
```