Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
/ oh-hai Public archive

Quickstart sloppy.io JSON which starts a simple apache container

Notifications You must be signed in to change notification settings

sloppyio/oh-hai

Repository files navigation

Oh Hai!

Quickstart sloppy.io JSON which starts a simple apache container.

Clone the repo:

git clone https://github.com/sloppyio/oh-hai.git

Start with

sloppy start --var domain:mydomain.sloppy.zone oh-hai/oh-hai.json

where mydomain.sloppy.zone has to be a free .sloppy.zone subdomain.

More info at http://sloppy.io

Build your own image

Change files/index.php to your needs. Then build and push it:

docker build -t your-repo/your-image-name .
docker push your-repo/your-image-name

Test it

docker run -it p 80:80 your-repo/your-image-name

If everything is fine, you can now use this image in sloppy.json file

About

Quickstart sloppy.io JSON which starts a simple apache container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •