An open API service indexing awesome lists of open source software.

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

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
```