Skip to content

Commit

Permalink
Update architectures.md to fix flatcar/Flatcar#260
Browse files Browse the repository at this point in the history
  • Loading branch information
krishjainx authored Jun 1, 2023
1 parent 154b5b4 commit ce7ada4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/setup/clusters/architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ systemd:
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl enable docker-tcp.socket
[Install]
WantedBy=multi-user.target
```
This file is used to provision your local Flatcar Container Linux machine on its first boot. This sets up and enables the Docker API, which is how you can use Docker on your laptop. The Docker CLI manages containers running within the VM, *not* on your personal operating system.
Expand Down

0 comments on commit ce7ada4

Please sign in to comment.