Marconi-Lab / radio_mining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radio_mining

Build the container from the dockerfile

docker build -t containerradio:v1 .

Start the container

docker run -t -d --name radiomining containerradio:v1

connect to the docker container to run commands inside it

docker exec -it radio bash

About

License:MIT License


Languages

Language:Python 83.7%Language:Dockerfile 16.3%