Skip to content

ldfandian/iot-yeelgw-bbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

iot-yeelgw-bbox

This is a build box environment for the yl gateway project.

Dependency

  • Docker - Use containers to Build, Share and Run your applications

Usage

  • You can sync the repo and build your own Docker iamge locally.

  • Also, you can directly use the pre-built docker hub repository on hub.docker.com .

    • Pull the docker iamge
    docker pull ldfandian/iot-yeelgw-bbox:latest
    
    • Start the centos 7.9 build box
    docker run -it -v <your_local_sourcecode_directory>:/mnt/devroot/ -v ~/.ssh:/root/.ssh --cpus=6 --memory 16GB --pids-limit=-1 -w /mnt/devroot/ --name iot-yeelgw-bbox-container ldfandian/iot-yeelgw-bbox:latest /bin/bash
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published