Skip to content

taalhach/docker-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

-- link (deprecated)

-- link command is used to create a link between container and lets a container access other container. For instance there is a redis container is running and another container server wants to access redis instance, without specifying link its not possible to use redis container in server container.

docker run -d --name=server taalhach/server -p 8000:80 --link redis-foo:redis

Docker Compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors