Skip to content

Build Container And Docker Compose Service Example

License

Notifications You must be signed in to change notification settings

gsxhnd/dev-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Openwrt in Docker

Build Docker Environment

docker build -f Dockerfile.base -t openwrt:ubuntu-22.10-base .
# 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

About

Build Container And Docker Compose Service Example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published