No Description

Guillermo Espinoza 1bda7af9a5 Update Dockerfile 5 years ago
.gitlab 9301b9c0da Directory .gitlab added 6 years ago
1.4.0 1bda7af9a5 Update Dockerfile 5 years ago
keys 9431596068 GitLab CI 6 years ago
supervisord d3cc5a8472 Se agrega inotify para chequear los cambios en la config 6 years ago
.drone.yml 83b4c4c9bf fix drone 6 years ago
.gitignore 68feb07fb0 FD3-790 kea cm hook and .gitignore updated 6 years ago
.gitlab-ci.yml 3e0c4b6727 Update .gitlab-ci.yml 5 years ago
README.md 99c06fcaec README.md edited online with Bitbucket 6 years ago

README.md

KEA DOCKER

Para generar los container de kea oss editar el archivo docker-compose.yml y luego ejecutar docker-compose up -d kea-oss

docker-compose.yml:

v1.4.0

kea-oss:
    image: docker.infra.flowdat.com/fd3/kea-oss-1.4.0:latest    
    build:
        context: kea/1.4.0/kea-oss
    environment:
        MYSQL_ROOT_PASSWORD: 235r2342gtfsw
        MYSQL_USER: root
    ports:
        - "8080:8080"
        - "67:67/udp"
        - "68:68/udp"
    volumes:
        - ./kea/conf/kea-ctrl-agent.conf:/usr/local/etc/kea/kea-ctrl-agent.conf
        - ./kea/conf/kea-dhcp4.conf:/usr/local/etc/kea/kea-dhcp4.conf
        - ./kea/supervisord:/etc/supervisord