https://github.com/simeononsecurity/docker-mesonnetwork
Dockerized Meson Network Node https://simeononsecurity.com
https://github.com/simeononsecurity/docker-mesonnetwork
Last synced: 11 months ago
JSON representation
Dockerized Meson Network Node https://simeononsecurity.com
- Host: GitHub
- URL: https://github.com/simeononsecurity/docker-mesonnetwork
- Owner: simeononsecurity
- License: mit
- Created: 2022-11-24T05:22:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T22:59:43.000Z (over 1 year ago)
- Last Synced: 2025-01-02T00:27:35.821Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/simeononsecurity/docker-mesonnetwork
- Size: 68.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ubuntu-hardened
Dockerized Meson Network Node with amd64 support
[](https://github.com/sponsors/simeononsecurity) [](https://github.com/simeononsecurity/docker-mesonnetwork/actions/workflows/docker-image.yml) [](https://github.com/simeononsecurity/docker-mesonnetwork/actions/workflows/docker-image-arm64.yml)[](https://github.com/simeononsecurity/docker-mesonnetwork/actions/workflows/virustotal.yml)
[DockerHub](https://hub.docker.com/r/simeononsecurity/docker-mesonnetwork)
---------------------------
### Docker Container Setup
**Note:** Grab your token from the [Meson Network Dashboard](https://dashboard.meson.network/user_node)
Examples:
amd64:
```bash
docker volume create mesonnetworkdata
docker run \
--net='bridge' \
-p 443:443/tcp \
-p 443:443/tcp \
-e https_port="443" \
-e token="qwertyuiopasdfghjkl"
-e cache_size="20" \
-v mesonnetworkdata:/home/docker \
--name mesonnetwork -P -td simeononsecurity/docker-mesonnetwork:latest
```
arm64:
```bash
docker volume create mesonnetworkdata
docker run \
--net='bridge' \
-p 443:443/tcp \
-p 443:443/tcp \
-e https_port="443" \
-e token="qwertyuiopasdfghjkl"
-e cache_size="20" \
-v mesonnetworkdata:/home/docker \
--name mesonnetwork -P -td simeononsecurity/docker-mesonnetwork:latest-arm64
```
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)