-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of docker-cloud project #39
base: main
Are you sure you want to change the base?
Conversation
14ce468
to
2719a9d
Compare
684c195
to
28aa11b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - I think this is an achievable amount of work, and covers a good amount of functionality to be both approachable and useful.
(I'm not sure how much to be "useful wording/grammar" reviewing IMPLEMENTATION.mds absent README.mds... Did some review!)
docker-cloud/main_test.go
Outdated
t.Log(resource.GetPort("8080/tcp")) | ||
resp, err = http.Get(fmt.Sprint("http://localhost:", resource.GetPort("8080/tcp"), "/ping")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t.Log(resource.GetPort("8080/tcp")) | |
resp, err = http.Get(fmt.Sprint("http://localhost:", resource.GetPort("8080/tcp"), "/ping")) | |
port := resource.GetPort("8080/tcp") | |
t.Log(port) | |
resp, err = http.Get(fmt.Sprint("http://localhost:", port, "/ping")) |
7350649
to
fec9de7
Compare
To accelerate this project, we'll begin with a set of tutorials which introduce the concepts with real-world use. Just this will take several hours for someone who hasn't done this before. Then the project will be to bring it all together: the implementation will do this, hopefully also including CI/CD.
workflow_dispatch does not work becuase the workflow file is not on the main branch yet.
fec9de7
to
3a076d5
Compare
d564272
to
9ba14c3
Compare
a8f488c
to
820d4ea
Compare
This includes the README.md commit for the
main
branch which will be rebased out once #38 is merged.View rendered README.md
View rendered docker-cloud/IMPLEMENTATION.md
View rendered docker-cloud/README.md