Skip to content

Commit d43fcae

Browse files
committed
move the listing from docker to database
1 parent ece0157 commit d43fcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ It's a great way to learn.
134134
* [**Python**: _DBDB: Dog Bed Database_](http://aosabook.org/en/500L/dbdb-dog-bed-database.html)
135135
* [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/)
136136
* [**C++**: _Build Your Own Redis from Scratch_](https://build-your-own.org/redis)
137+
* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/)
137138

138139
#### Build your own `Docker`
139140

@@ -143,7 +144,6 @@ It's a great way to learn.
143144
* [**Python**: _A workshop on Linux containers: Rebuild Docker from Scratch_](https://github.com/Fewbytes/rubber-docker)
144145
* [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker)
145146
* [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker)
146-
* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/)
147147

148148
#### Build your own `Emulator / Virtual Machine`
149149

0 commit comments

Comments
 (0)