This project hosts a set of Bootstrap page using Nginx in a Docker container.
Band information for the UK coming from Ofcom.
To view this running please pop over to amatureradio.26580.co.uk
- Docker
docker build -t neonsunset/amateurradioinformation
- docker container run -d -p 80:80 neonsunset/amateurradioinformation:latest
- To test the port 80 Go to http://localhost
- docker buildx build --platform linux/amd64,linux/arm64 -t neonsunset/amateurradioinformation .
- docker buildx build --platform linux/amd64,linux/arm64 -t neonsunset/amateurradioinformation . --push
- docker compose up
or runing
- docker stop amateurradioinformation
- docker rm amateurradioinformation
- docker run -d --name amateurradioinformation --restart always -p 80:80 neonsunset/amateurradioinformation:latest
docker stop amateurradioinformation docker rm amateurradioinformation docker run -d --name amateurradioinformation --restart always -p 80:9000 neonsunset/amateurradioinformation:latest
Please change the port as needed.
To see the output on docker hub please go to: