Skip to content
Snippets Groups Projects
Unverified Commit b50e0bf2 authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update README.md

parent a27801cd
No related branches found
No related tags found
No related merge requests found
# ICEcoder-Container # ICEcoder-Container
https://github.com/icecoder/ICEcoder in a container! https://github.com/icecoder/ICEcoder in a container!
Creates a Container which runs [icecoder's](https://github.com/icecoder) [ICEcoder](https://github.com/icecoder/ICEcoder) with, [php:alpine](https://hub.docker.com/_/php) as the base image, as seen on https://icecoder.net/
# Deploy with docker-compose: # Deploy with docker-compose:
``` ```
icecoder: icecoder:
...@@ -10,8 +13,9 @@ https://github.com/icecoder/ICEcoder in a container! ...@@ -10,8 +13,9 @@ https://github.com/icecoder/ICEcoder in a container!
ports: ports:
- 8080:8080 - 8080:8080
``` ```
### Deploy on Rasbperry Pi
Using the Dockerfile, this container can be built and run on a Raspberry Pi, too! I've tested it on a Raspberry Pi 3B+. Using the Dockerfile, this container can be built and run on a Raspberry Pi, too! I've tested it on a Raspberry Pi 3B+.
Simply put the Dockerfile in the same directory as your docker-compose.yml, edit your docker-compose.yml and build the container with: Simply put the Dockerfile in the same directory as your docker-compose.yml, edit your docker-compose.yml:
``` ```
icecoder: icecoder:
container_name: icecoder container_name: icecoder
...@@ -20,9 +24,8 @@ Simply put the Dockerfile in the same directory as your docker-compose.yml, edit ...@@ -20,9 +24,8 @@ Simply put the Dockerfile in the same directory as your docker-compose.yml, edit
ports: ports:
- 8080:8080 - 8080:8080
``` ```
Then build with:
``` ```
docker-compose up -d --build icecoder docker-compose up -d --build icecoder
``` ```
![ICEcoder](https://i.imgur.com/hNjOkVK.png) ![ICEcoder](https://i.imgur.com/hNjOkVK.png)
Creates a Container which runs [icecoder's](https://github.com/icecoder) [ICEcoder](https://github.com/icecoder/ICEcoder) with, [php:alpine](https://hub.docker.com/_/php) as the base image, as seen on https://icecoder.net/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment