mirror of
https://github.com/nushell/nushell
synced 2024-11-11 15:37:07 +00:00
Replace command with <image-id>
This commit is contained in:
parent
a8e2801e0b
commit
85a5ed70b1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Start with:
|
|||
|
||||
after building the image please run container
|
||||
|
||||
`docker run -d --name nushell $(docker images -q -a | head -n+1)`
|
||||
`docker run -d --name nushell <image-id>`
|
||||
|
||||
and copy deb package from inside:
|
||||
|
||||
|
|
Loading…
Reference in a new issue