https://github.com/fatihtatoglu/bluefish
The simple test application for docker.
https://github.com/fatihtatoglu/bluefish
Last synced: 9 months ago
JSON representation
The simple test application for docker.
- Host: GitHub
- URL: https://github.com/fatihtatoglu/bluefish
- Owner: fatihtatoglu
- License: mit
- Created: 2018-08-31T16:19:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T19:18:15.000Z (over 5 years ago)
- Last Synced: 2023-03-03T23:33:38.236Z (over 3 years ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bluefish
The simple test application for docker.
## Building for Linux amd64
```bash
cd Bluefish
docker build -f Dockerfile -t bluefish .
```
## Building for Alpine Linux amd64
```bash
cd Bluefish
docker build -f Dockerfile.alpine -t bluefish .
```
## Usage
The docker images pushed to Docker Hub.
### Linux
```bash
docker run -d -p 5000:80 tatoglu/bluefish:latest
```
### Linux Alpine
```bash
docker run -d -p 5001:80 tatoglu/bluefish:alpine
```