Questions tagged [container]

DO NOT USE - This tag is slated for deletion: https://meta.superuser.com/q/13680/107240

This tag is not sufficiently scoped to a single area of expertise, and is slated for deletion. See this meta post: Clean out our [container]

Consider using the following tags instead:


A cleanup effort to remove this tag is underway. If you see this tag being used, please remove or replace it with a more appropriate tag.

116 questions
50
votes
5 answers

Firefox shortcut to open a particular account container

Firefox has multi-account containers that allow you to use the same website with several accounts, without having to use a different browser: Problem: I always open tabs with CTRL-t because clicking takes too much time. Question: How to open a new…
Nicolas Raoul
  • 10,711
  • 18
  • 64
  • 102
16
votes
1 answer

"volumes 'type' is a required property" when running docker-compose

I am working through understanding how docker-compose.yaml works. I am trying to define a volume inside the compose file and to mount it at a mount point locally. I try to run a basic .yaml to mount my volume: version: '3.2' services: mydb: …
user7298979
  • 263
  • 1
  • 2
  • 4
12
votes
1 answer

Windows Container: Containeradministrator vs. Administrator?

I am a little confused when it comes to the users with Docker. When I run a Windows Container (e.g. microsoft/windowsservercore) and I type in whoami I get the following response user manager\containeradministrator But when running net user within…
papanito
  • 275
  • 1
  • 3
  • 11
8
votes
5 answers

Docker exec doesn't load aliases

I have a bash alias loaded into a Docker container, in /etc/bash.bashrc. It functions as a shortcut to a commandline PHP script. This is convenient, since anyone can use that alias directly after one logs into the container, with: $ docker exec -it…
7
votes
2 answers

Syntax for setting LXD Container raw.idmap

I'm following the procedure for mounting a host drive inside an lxc container as described here. In that article the author sets the raw.idmap like this: lxc config set zesty raw.idmap 'both 1000 1000' I want to customize the mapping for gid and…
Millhouse
  • 703
  • 4
  • 11
7
votes
1 answer

How to generate thumbnails for less common video containers (mkv, ogm, mp4, flv, rmvb and mov) in windows 7 explorer?

So how to generate thumbnails for these containers? I know that the install of "DivX Plus Tech Preview: MKV on Windows 7" does it for MKV. But I think that only some registry changes are really necessary and I want it for other containers. If it's…
fluxtendu
  • 7,151
  • 6
  • 35
  • 51
5
votes
2 answers

Container with in-built compression, which automatically adjust its size

I try to find an efficient way of rsyncing contents of an ext4 file system as a part of a regular backup, yet I consider a decent compression and a minimal required space. I can just use plain rsync and then tar/gzip the resulting directory, but…
Neurotransmitter
  • 1,204
  • 16
  • 35
5
votes
2 answers

lxc container : password and username

I am trying to run wine in a 64b OS ( LUNA ) so i did follow this guide ! to set up wine , and i did chose to follow the first option : lxc container Problem arise when i have to run the container: sudo lxc-start -n my32bitbox I am asked for a…
Alejandro
  • 85
  • 1
  • 2
  • 4
5
votes
1 answer

How to mount Certificates from CertBot to use inside Docker Container

The official certbot ( https://certbot.eff.org ) tool to issue and renew certificates from Let's Encrypt saves the currently valid certificate to ${prefix}/archive/${domain}/certN.pem, where N is an arbitrary number. The paths that should be used to…
NoMad
  • 742
  • 2
  • 10
  • 19
5
votes
3 answers

Docker containers on multiple hosts with docker-compose

I use docker-compose to run a small harem of containers in support of an application. The use of Docker's internal DNS resolver (e.g. db resolves to the database backend container) is key to these. I use a private bridged network created with docker…
Alex Balashov
  • 179
  • 1
  • 5
5
votes
2 answers

Windows Container port binding on Windows Server 2016 not working

I am running a Windows Container on a Windows host (Windows Server 2016 TP4). The container shall run an IIS webserver on port 80 internally and I also want to bind port 80 to the host, so I can reach it via the host IP/URL. I followed the…
5
votes
1 answer

How to install a Windows Feature on Docker container (Windows 2016 Server) that requires a "server restart"?

I try to install the Windows feature "NetworkController" on a docker container on Windows 2016 Server TP4, using Powershell. After I run "Add-WindowsFeature NetworkController", I get the message: "You must restart this server to finish the…
Mathias Conradt
  • 857
  • 1
  • 9
  • 22
4
votes
1 answer

start systemd-nspawn/systemd container on boot

I've been working with systemd-nspawn and have a couple of containers that I'd like to automatically start at system start. I'm using arch linux and according to the archwiki entry, the following code should do the trick # systemctl enable…
flooose
  • 217
  • 2
  • 9
4
votes
4 answers

Copying truecrypt containers?

I created a 200GB container to store files on my external USB drive. Can I just copy this (empty) container file to create another container of 200GB? I want to do this since it takes about 2 hours to create a 200GB container (NTFS formatted) and I…
n1kh1lp
  • 343
  • 2
  • 3
  • 6
4
votes
1 answer

How to create a linux container which inherits the hosts root file system, possibly with zfs?

What Hopefully the question in the title makes sense. I am wanting to create a low overhead (therefore no virtual machine) copy of the host operating system, with it running in a linux container. I am thinking of somehow using zfs to create a…
hak8or
  • 722
  • 1
  • 6
  • 17
1
2 3 4 5 6 7 8