Skip to content

How to get your docker file running multinode on the cluster

Notifications You must be signed in to change notification settings

NUCAR-HACKs/Docker_Multinode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# Run on slaves
docker run -it --network=host image_name bash -c "service ssh start; bash"
# Run on master
docker run --network=host image_name

About

How to get your docker file running multinode on the cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published