An open API service indexing awesome lists of open source software.

https://github.com/davaddi/mini_docker

mini docker ex
https://github.com/davaddi/mini_docker

Last synced: 1 day ago
JSON representation

mini docker ex

Awesome Lists containing this project

README

        

# mini_docker

## 1.

Gen rootfs

```bash
./gen_rootfs.sh
```

## 2. Test Container on rootfs

```bash
$./make
# ./container_rootfs
$ top
```

## 3. Test Mount

```bash
# ./mount -t proc
# ./umount xxx
```

see: https://coolshell.cn/articles/17010.html