Skip to content

Commit

Permalink
Fix docker cleanup instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kiler129 committed Apr 16, 2021
1 parent 491cc10 commit e6a0afa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/proxmox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ This is mostly intended for building packages for later use (and/or when you don
3. Copy debs *(it will give you `debs` folder)*:
`docker cp build-cont:/build/proxmox-kernel/debs ./`
4. Cleanup image & dummy container:
`docker rmi -f build-img`
```
docker rm -f build-cont
docker rmi -f build-img
```

Now you can [install debs like you would premade packages](../../README.md#proxmox---premade-packages-easy).

0 comments on commit e6a0afa

Please sign in to comment.