Skip to content

Dockerfile to build Docker container with tools for MERA400

Notifications You must be signed in to change notification settings

tczekajlo/docker-mera400

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-mera400

Dockerfile to build Docker container with tools for MERA400

To build is required docker 1.10+

git clone https://github.com/tczekajlo/docker-mera400.git
cd docker-mera400
################
# We can use two sources in order to build emulator. 
# As argument we give source, git or release channel.
# In case when we want to use release channel argument looks in
# following way "source=release" (for git, source=git).
################
docker build --build-arg source=release -t mera .
docker run -d -p 22100:22 -p 32000:32000 --name mera -t mera
ssh mera@localhost -p 22100
# password: mera400

More information you can find on this side.

About

Dockerfile to build Docker container with tools for MERA400

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages