All Projects → philchia → dock

philchia / dock

Licence: MIT license
dock try to re-implement docker 🐳

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dock

render react
Pre-render and mount React components from Ruby
Stars: ✭ 14 (-56.25%)
Mutual labels:  mount
golddrive
Windows ssh network drive
Stars: ✭ 30 (-6.25%)
Mutual labels:  mount
InlineWhispers2
Tool for working with Direct System Calls in Cobalt Strike's Beacon Object Files (BOF) via Syswhispers2
Stars: ✭ 156 (+387.5%)
Mutual labels:  syscalls
http-multiserver.cr
Mount multiple web applications 🚦
Stars: ✭ 23 (-28.12%)
Mutual labels:  mount
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+415.63%)
Mutual labels:  mount
mount-up
watching mount's ups and downs
Stars: ✭ 26 (-18.75%)
Mutual labels:  mount
redelay
Clojure library for first class lifecycle-managed state.
Stars: ✭ 44 (+37.5%)
Mutual labels:  mount
gosystract
A lightweight CLI tool that finds system calls being called inside golang applications.
Stars: ✭ 29 (-9.37%)
Mutual labels:  syscalls
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+34.38%)
Mutual labels:  mount
ipfs-api-mount
Mount IPFS directory as local FS.
Stars: ✭ 16 (-50%)
Mutual labels:  mount
k2hftfuse
File transaction by FUSE-based file system
Stars: ✭ 30 (-6.25%)
Mutual labels:  mount
closeable-map
Application state management made simple: a Clojure map that implements java.io.Closeable.
Stars: ✭ 42 (+31.25%)
Mutual labels:  mount
stater
collection of Clojure/Script mount apps
Stars: ✭ 29 (-9.37%)
Mutual labels:  mount
node-docker-share
Share local folders with a Docker Machine VM
Stars: ✭ 30 (-6.25%)
Mutual labels:  mount
mount-lite
mount, but different and light
Stars: ✭ 97 (+203.13%)
Mutual labels:  mount
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (-43.75%)
Mutual labels:  mount
fbind
A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.
Stars: ✭ 42 (+31.25%)
Mutual labels:  mount
SAGEMCOM-FAST-5370e-TELIA
This is my personal wiki for hacking the router firmware used by (Sagemcom)F@st Version 3.43.2 delivered from Sagemcom
Stars: ✭ 92 (+187.5%)
Mutual labels:  lxc-containers
check lxc
Monitoring plugin to check LXC (Linux Container)
Stars: ✭ 13 (-59.37%)
Mutual labels:  lxc-containers
squashmount
Init and management script for mounting rewritable squashfs-compressed data
Stars: ✭ 40 (+25%)
Mutual labels:  aufs

dock try to re-implement docker

dock try to implement most feature in docker

Todo

  • Daemon mode
  • Container image
  • Container volume
  • Container network
  • Container management
  • Container logs
  • ...

Usage

Run a container

[root@localhost dock]# ./dock run -ti /bin/sh
sh-4.2# ps
PID     TTY     TIME CMD
1       pts/0   00:00:00 sh
5       pts/0   00:00:00 ps

Limit memory usage and cpushare

dock run -ti -m 100m - cpushare 512 sh

License

dock is release under MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].