This shows you the differences between two versions of the page.
cn1:tutoriale:docker:run [2022/03/24 08:48] george_mircea.grosu |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Rulare Xilinx ISE în Docker ===== | ||
- | ==== 1. Atașare la container-ul creat ==== | ||
- | |||
- | - Porniți XLaunch (X-serverul instalat). | ||
- | - Porniți container-ul creat folosind comanda Powershell: | ||
- | * <code powershell>docker start cn1</code> | ||
- | - Deschideți un terminal în container-ul creat folosind comanda Powershell: | ||
- | * <code powershell>docker exec -it cn1 /bin/bash</code> | ||
- | |||
- | ==== 2. Copiere schelet laborator în container ==== | ||
- | |||
- | <code powershell>docker cp path-to-file cn1:/CN1</code> | ||
- | |||
- | ==== 3. Rulare Xilinx ISE ==== | ||
- | |||
- | Rulați comanda **''ise''** în terminal. | ||
- | |||
- | \\ \\ | ||
- | ---- | ||
- | [[cn1:tutoriale:docker:install|Mergi la "Configurare Docker - Xilinx ISE"]] |