Questions tagged [nerdctl]

35 questions
0
votes
0 answers

nerdctl cannot build with RUN in Containerfile on CentOS

Host info: CentOS Stream release 8 on Oracle public cloud I have a simple Containerfile with one RUN: [Sep-29 tst_container]$ cat Containerfile FROM alpine RUN ls When building, getting below error. I tried changing the FROM linux image alpine,…
cahmazndnr
  • 158
  • 2
  • 7
0
votes
0 answers

Use nerdctl to bind mount volume on Windows

I am trying to use nerdctl run command and bind mount a volume for a Windows container (nanoserver version 1809). Below are the containerd and nerdctl versions and the commands that I have tried, with the console output: PS C:\> containerd…
Ashik
  • 317
  • 3
  • 12
0
votes
1 answer

Get the error when run "compose up" with nerdctl

I get the following error when I run "compose up" with nerdctl. How can this be resolved? sudo nerdctl compose up WARN[0000] Ignoring: service deepstream-peoplenet: [Tty] WARN[0000] Ignoring: volume: Bind: [CreateHostPath] WARN[0000] Ignoring:…
0
votes
1 answer

TestContainer cannot find the docker daemon lima

I am running a lima default container as shown below limactl start default.yml And if I run docker run hello-world, it works correctly. I see that docker host which this daemon connects is unix\:///Users/user/.lima/docker/sock/docker.sock So I…
vs922905
  • 55
  • 4
0
votes
2 answers

Unable to create a container (name "NAME” is already used by ID). with nerdctl

I am using nerdctl as docker desktop alternative I am facing the following error while running nerdctl compose up Unable to create a container (name "v2_mongo_1” is already used by ID"asdfasdfadfa"). with nerdctl I have check with nerdctl ps -a,…
Akshay Vijay Jain
  • 13,461
  • 8
  • 60
  • 73
1 2
3