https://github.com/gsxhnd/dev-container
Build Container And Docker Compose Service Example
https://github.com/gsxhnd/dev-container
docker-compose-template
Last synced: 10 months ago
JSON representation
Build Container And Docker Compose Service Example
- Host: GitHub
- URL: https://github.com/gsxhnd/dev-container
- Owner: gsxhnd
- License: mit
- Created: 2023-02-20T12:14:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T01:53:49.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:33:57.396Z (over 1 year ago)
- Topics: docker-compose-template
- Language: Shell
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Openwrt in Docker
## Build Docker Environment
```shell
docker build -f Dockerfile.base -t openwrt:ubuntu-22.10-base .
```
```shell
# Code in container, keep running
# ENTRYPOINT ["tail", "-f", "/dev/null"]
docker run --name openwrt -d gsxhnd/openwrt:22.03-ubuntu22.10-base tail -f /dev/null
```