Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulo-correia/docker_dhcp

DHCP Server on Alpine Linux
https://github.com/paulo-correia/docker_dhcp

alpine dhcp-server docker dockerfile

Last synced: 9 days ago
JSON representation

DHCP Server on Alpine Linux

Awesome Lists containing this project

README

        

# DHCP Server on Docker (Alpine Linux Image)

## Save Dockerfile on a folder Ex: DHCP
**Caution: Only one dockerfile per folder**

### Generate image

docker build -t `` .

`` = Ex: apache or your_docker_hub_name/dhcp:1.0

### Running Container

docker run -d -p ``:67 ``

`` = Ex 6767

### If don't generate image, get from docker hub

docker run -d -p ``:67 paulocorreia/alpine_dhcp:1.0

### Testing

docker logs ``

`` you get on docker ps