Skip to content

Commit 47c7552

Browse files
committed
updated install docs for arm dev system
1 parent f593ad6 commit 47c7552

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/rtd/source/developer_guide/how_tos/amazon_linux_arm_setup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,19 @@ pre-commit run --all-files
113113

114114
### 8. Installing and Configuring Docker
115115

116+
To install docker
116117
```bash
117118
sudo dnf install docker curl
118119
sudo usermod -aG docker <username>
119120
newgrp docker
120121
```
121122

123+
To start docker
124+
```bash
125+
sudo systemctl start docker
126+
sudo systemctl enable docker
127+
```
128+
122129
Then install Docker Compose plugin
123130
```bash
124131
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}

0 commit comments

Comments
 (0)