Skip to content

xmhk/FNFT-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FNFT-docker

Docker machines for testing FNFT / FNFTpy

create new local docker machine (LDM) for virtualbox

docker-machine create --driver virtualbox docker-local

start LDM

docker-machine start docker-local

copy files to LDM

docker-machine scp Dockerfile docker-local:

ssh into LDM

docker-machine ssh docker-local

build a docker image on LDM

docker image build --file Dockerfile --tag test1:test1 .

start the docker image created on LDM, interactively

docker container run -it --name mytestrun6 test1:test1

About

Dockerfiles to create various Linux images for testing FNFT or FNFTpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published