Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 24, 2019
1 parent c06adbc commit 449c587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code-samples/08-Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Verify installation with:
docker run hello-world:latest
```

## Simple Problem

Create your own `hello-java` example similar to `hello-go`!

## Steps to create your own image and run a container

* Write your own `Dockerfile` [Ref: https://docs.docker.com/engine/reference/builder]
Expand All @@ -22,6 +18,10 @@ Create your own `hello-java` example similar to `hello-go`!
Dockerfile - default name for docker file
latest - default tag name

## Simple Problem

Create your own `hello-java` example similar to `hello-go`!

## Other Resources

* Building a docker-like container from scratch using Go: [Video](https://www.youtube.com/watch?v=MHv6cWjvQjM&t=1316s), [Code](https://github.com/lizrice/containers-from-scratch)

0 comments on commit 449c587

Please sign in to comment.