Skip to content

codes for an assignment in Markup Language class for junior students in University of Tsukuba

Notifications You must be signed in to change notification settings

Kunado/Keyword-Bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyword Bookshelf

This system provides the way to find books by a keyword.

cgi scripts and Docker environment

build an image and create a container

docker build -t alpine:apache .
docker run -p 80:80 -v $(pwd)/web:/web --name alpine_webserver alpine:apache

restart the container

docker start alpine_webserver

execute a command in the contaniner

docker exec -it alpine_webserver /bin/ash

About

codes for an assignment in Markup Language class for junior students in University of Tsukuba

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published