Skip to content

olechok/docker-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Software development lab 3

Python

Go to python-app directory and build the image:

docker build -t python-app:1.0 .

Run the container:

docker run -p 8080:8080 python-app:1.0

Golang

Go to go-app directory and build the image:

docker build -t go-app:1.0 .

Run the container:

docker run -p 8080:8080 go-app:1.0

Rust

Go to rust-app directory and build the image:

docker build -t rust-app:1.0 .

Run the container:

docker run -p 8080:8080 rust-app:1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published