Collection of softwares ready-to-run for experimentation
864
This repository container mulitple applications, follow the one you need:
$ 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
$ 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
This is strictly only for experimenation without any setup, do not think about using it in production.
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
$ 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
$ docker run -dit --name "phpipam" --net docker-bridge --expose=22 --expose=80 --expose=443 \
--ip=192.168.56.55 atb00ker/ready-to-run:phpipam
192.168.56.55 test.docker.lan
Important information:
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.
Content type
Image
Digest
Size
2.6 MB
Last updated
over 7 years ago
docker pull atb00ker/ready-to-run:openwrt