Skip to content

langri-sha/docker-learning-threejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-learning-threejs

Docker container for accessing the sources for Packt's Learning Three.js, from josdirksen/learning-threejs.

Usage

Run an interactive container and obtain the server URL from the output:

docker run -it langrisha/learning-threejs

Alternatively, run a detached container and access the server via the container's IP address:

CID=$(docker run -d langrisha/learning-threejs)
echo "Server running on http://$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' ${CID}):8080"

The server runs on port 8080.

About

Docker container for accessing the sources for Packt's Learning Three.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published