Skip to content

valixxx1/my-first-docker-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

This is my first project with using Docker. It runs HTTP server with the text "Hello, world!"

Install

docker build -t myserver https://github.com/valixxx1/my-first-docker-project.git#main

Run

docker run -p 25565:25565 -d myserver

Go to localhost:25565 in your browser and you will see the result.

About

Simple HTTP server in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published