Skip to content
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

Init #1

Merged
merged 20 commits into from
Feb 9, 2020
Merged

Init #1

merged 20 commits into from
Feb 9, 2020

Conversation

@tamakiii tamakiii self-assigned this Feb 8, 2020
@tamakiii
Copy link
Contributor Author

tamakiii commented Feb 8, 2020

~/Sites/tamakiii-sandbox/hello-rust init
$ make -f docker.mk build run
docker build -t tamakiii-sandbox/hello-rust .
Sending build context to Docker daemon  6.236MB
Step 1/2 : FROM rust:1.41.0-alpine3.11
 ---> 8f952798c43f
Step 2/2 : RUN apk add --no-cache make
 ---> Using cache
 ---> 560a60caa1f0
Successfully built 560a60caa1f0
Successfully tagged tamakiii-sandbox/hello-rust:latest
docker run --rm -it -v /Users/tamakiii/Sites/tamakiii-sandbox/hello-rust:/app -w /app tamakiii-sandbox/hello-rust make run
cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/app`
Hello, world!

@tamakiii tamakiii merged commit a129c70 into master Feb 9, 2020
@tamakiii tamakiii deleted the init branch February 9, 2020 06:01
@tamakiii tamakiii mentioned this pull request Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant