Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Update docker run command to pull the image from ghcr.io/texasinstruments/ubuntu-distro:latest

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant authored Mar 18, 2024
1 parent 5ada7bc commit cd6f64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you have the setup ready, you should be able to launch Docker or the Docker
```sh
# On Host
host# export WORK_DIR=<path-to-your-host-where-you-want-to-start-yocto-build>
host# docker run --privileged -it -v ${WORK_DIR}:/home/tisdk -v /dev:/dev -v /media/:/media/ -w /home/tisdk ghcr.io/cshilwant/ubuntu-distro:latest
host# docker run --privileged -it -v ${WORK_DIR}:/home/tisdk -v /dev:/dev -v /media/:/media/ -w /home/tisdk ghcr.io/texasinstruments/ubuntu-distro:latest

# Inside Container Now
tisdk@9b297a000db9~$
Expand Down Expand Up @@ -69,7 +69,7 @@ Under PROCESSOR-SDK-LINUX, TI provides Linux Installer for sources, pre-built bi
```sh
# On Host
host# export WORK_DIR=<path-on-your-host-where-you-want-install-the-installer>
host# docker run --privileged -it -v ${WORK_DIR}:/home/tisdk -v /dev:/dev -v /media/:/media/ -w /home/tisdk ghcr.io/cshilwant/ubuntu-distro:latest
host# docker run --privileged -it -v ${WORK_DIR}:/home/tisdk -v /dev:/dev -v /media/:/media/ -w /home/tisdk ghcr.io/texasinstruments/ubuntu-distro:latest

# Inside Container Now
tisdk@9b297a000db9~$
Expand Down

0 comments on commit cd6f64a

Please sign in to comment.