Sign inSign up

atb00ker/ready-to-run

By atb00ker

Updated over 7 years ago
Archived

Collection of softwares ready-to-run for experimentation

Image
0

864

atb00ker/ready-to-run repository overview

Index

This repository container mulitple applications, follow the one you need:

  • OpenWISP
  • phpIPAM

OpenWISP

http://openwisp.org/

How to run:
Step 1: Create a docker network bridge, example:
$ docker network create --driver bridge --subnet 192.168.56.33/27 --gateway 192.168.56.33 -o \
"com.docker.network.bridge.name=docker-bridge" docker-bridge
Step 2: Pull and run container:
$ docker run -dit --name openwisp --privileged --net docker-bridge --expose=22 --expose=80 --expose=443 \
--ip=192.168.56.34 atb00ker/ready-to-run:openwisp ./init
Important information:
  1. user: admin
  2. password: admin
  3. SSH password: root
Note:

This is strictly only for experimenation without any setup, do not think about using it in production.

OpenWRT

I've also made a container that is ready to work with the OpenWISP container. The OpenWRT container is simply made from the official OpenWRT image with it's IP (in /etc/network) set as: 192.168.56.40 and an init file to enable SSH on start. The image tag is openwrt and you can run it as:

docker run -dit --privileged --net docker-bridge --expose=22 --expose=80 --expose=443  \
--ip=192.168.56.40 atb00ker/ready-to-run:openwrt ./init
SSH password: root

phpIPAM

https://phpipam.net/

How to run:
Step 1: Create a docker network bridge, example:
$ docker network create --driver bridge --subnet 192.168.56.33/27 --gateway 192.168.56.33 -o \
"com.docker.network.bridge.name=docker-bridge" docker-bridge
Step 2: Pull and run container:
$ docker run -dit --name "phpipam" --net docker-bridge --expose=22 --expose=80 --expose=443 \
--ip=192.168.56.55 atb00ker/ready-to-run:phpipam
Step 3: Edit /etc/hosts
192.168.56.55    test.docker.lan
Step 4: Smile,

Important information:

  • URL: test.docker.lan
  • ID: admin
  • PASS: atb00ker
Note:

It might take a couple of seconds for the server to start properly. This is strictly only for experimenation without any setup, do not think about using it in production.

Tag summary

Content type

Image

Digest

Size

2.6 MB

Last updated

over 7 years ago

docker pull atb00ker/ready-to-run:openwrt