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
- Host: GitHub
- URL: https://github.com/arikato111/docker-machine
- Owner: Arikato111
- Created: 2024-09-04T20:04:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T09:51:49.000Z (3 months ago)
- Last Synced: 2025-03-05T10:40:56.203Z (3 months ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```