Skip to content

blankoworld/docker-makefly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use it

Just do this in this directory:

docker build -t makefly:latest .
docker run -p 8080:80 -t -i --name makefly makefly:latest /bin/bash

And you will enter in the docker image. Makefly is located in /opt/makefly-master.

In the docker container

Do this:

cd /opt/makefly-master
./makefly

You will see the list of available commands.

See result

To see the result of what Makefly do, you can consult your local webbrowser to the given address: http://localhost:8080/.

About

[ABANDONNED] Docker file for Makefly project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages