Skip to content

Commit

Permalink
Update README: Split code section in tutorial
Browse files Browse the repository at this point in the history
- Split code section in tutorial.
  • Loading branch information
aoki committed Jun 3, 2021
1 parent e2494c4 commit 727062c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ $ mkdir tutorial
$ cd tutorial
$ mkdir rootfs
$ docker export $(docker create busybox) | tar -C rootfs -xvf -
$ # Prepare a configuration file for the container that will run `sleep 5`.
```

Prepare a configuration file for the container that will run `sleep 5`.

```sh
$ curl https://gist.githubusercontent.com/utam0k/8ab419996633066eaf53ac9c66d962e7/raw/e81548f591f26ec03d85ce38b0443144573b4cf6/config.json -o config.json
$ cd ../
$ ./youki create -b tutorial tutorial_container
Expand Down

0 comments on commit 727062c

Please sign in to comment.