Skip to content

AlliesChen/snippetbox-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippet Box

Note

How to know my docker container gateway for connection?
docker inspect -f '{{range .NetworkSettings.Networks}}{{.Gateway}}{{end}}' <container_name_or_id>

To login to mysql database:

mysql -h <your_database_gateway> -u web -p <your_database_name>

About

A snippet box web app followed the tutorial by Alex Edwards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published