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

https://github.com/arikato111/docker-machine

the doker machine
https://github.com/arikato111/docker-machine

Last synced: 3 months ago
JSON representation

the doker machine

Awesome Lists containing this project

README

        

# The Docker and Docker compose machine here

[ryu (Run RYU SDN via docker)](./ryu-sdn/)

### Install Docker

for ubuntu run command below

install Docker and Docker compose

```
sudo apt install docker.io docker-compose-v2
```

add user to docker group

```
sudo usermod -aG docker
```

I recommend you reboot your machine
```
reboot
```